Compare commits
No commits in common. "72505a72f09983d301cd8adf155eeeb298cdc5be" and "b5dfa73ab84a19048ab05f325c2d3d53a36e2335" have entirely different histories.
72505a72f0
...
b5dfa73ab8
|
|
@ -425,14 +425,15 @@ 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: {
|
||||
// 税率
|
||||
|
|
@ -496,7 +497,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