新购新增5
This commit is contained in:
parent
24f30cce3f
commit
20ffd00bcf
|
|
@ -425,15 +425,14 @@ export default {
|
|||
|
||||
},
|
||||
mounted() {
|
||||
this.equipmentType()
|
||||
this.supplierInfoList()
|
||||
if (this.isEdit) {
|
||||
console.log('isEdit',this.isEdit)
|
||||
this.taskId = this.editTaskId
|
||||
this.id = this.editId
|
||||
this.getTaskInfo()
|
||||
}
|
||||
|
||||
this.supplierInfoList()
|
||||
this.equipmentType()
|
||||
},
|
||||
methods: {
|
||||
// 税率
|
||||
|
|
@ -497,7 +496,7 @@ export default {
|
|||
})
|
||||
}
|
||||
})
|
||||
|
||||
//反显
|
||||
let selectList = []
|
||||
this.equipmentList.forEach((e) => {
|
||||
selectList.push(
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue