Merge branch 'material-ui' of http://192.168.0.56:3000/bonus/bonus-ui into material-ui

This commit is contained in:
jjLv 2024-11-08 08:47:15 +08:00
commit e0c276dfa8
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(