diff --git a/src/views/material/purchase/goodsArrived/component/addTools.vue b/src/views/material/purchase/goodsArrived/component/addTools.vue index 19bb4e7a..01a846b0 100644 --- a/src/views/material/purchase/goodsArrived/component/addTools.vue +++ b/src/views/material/purchase/goodsArrived/component/addTools.vue @@ -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( diff --git a/src/views/material/purchase/goodsArrived/component/queryTools.vue b/src/views/material/purchase/goodsArrived/component/queryTools.vue index 70131d5f..1740bec0 100644 --- a/src/views/material/purchase/goodsArrived/component/queryTools.vue +++ b/src/views/material/purchase/goodsArrived/component/queryTools.vue @@ -1,25 +1,11 @@ -