Merge pull request '更新工艺' (#39) from zwq into develop
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #39
This commit is contained in:
朱文强 2022-03-08 09:02:19 +08:00
commit 0c0679cb1e

View File

@ -63,7 +63,7 @@
</template> </template>
<script> <script>
import { add, update, getInfo, listSubstrate, listBom, getCode } from '@/api/art-manage/art.js' import { add, update, getInfo, listBom, getCode } from '@/api/art-manage/art.js'
import SubmitBar from '@/views/art/components/submit-bar' import SubmitBar from '@/views/art/components/submit-bar'
export default { export default {
@ -91,7 +91,6 @@ export default {
substrateId: '', substrateId: '',
bomId: '' bomId: ''
}, },
substrateList: [],
bomList: [], bomList: [],
rules: { rules: {
name: [ name: [
@ -129,10 +128,6 @@ export default {
}, },
methods: { methods: {
init: async function() { init: async function() {
if (this.substrateList.length === 0) {
const substrateRes = await listSubstrate()
this.substrateList = substrateRes.data
}
if (this.bomList.length === 0) { if (this.bomList.length === 0) {
const bomRes = await listBom() const bomRes = await listBom()
this.bomList = bomRes.data this.bomList = bomRes.data