新购新增5

This commit is contained in:
zzyuan 2024-11-07 17:22:30 +08:00
parent 24f30cce3f
commit 20ffd00bcf
2 changed files with 170 additions and 1070 deletions

View File

@ -425,15 +425,14 @@ export default {
}, },
mounted() { mounted() {
this.equipmentType()
this.supplierInfoList()
if (this.isEdit) { if (this.isEdit) {
console.log('isEdit',this.isEdit) console.log('isEdit',this.isEdit)
this.taskId = this.editTaskId this.taskId = this.editTaskId
this.id = this.editId this.id = this.editId
this.getTaskInfo() this.getTaskInfo()
} }
this.supplierInfoList()
this.equipmentType()
}, },
methods: { methods: {
// //
@ -497,7 +496,7 @@ export default {
}) })
} }
}) })
//
let selectList = [] let selectList = []
this.equipmentList.forEach((e) => { this.equipmentList.forEach((e) => {
selectList.push( selectList.push(