yusheng 11 сар өмнө
parent
commit
fa836db46f

+ 2 - 1
src/views/saleManage/saleOrder/components/addDialog.vue

@@ -462,7 +462,7 @@
     UpdateInformation,
     addInformation,
     submit,
-    getByRepeatBomAttribute
+    getByRepeatBomAttribute,saveOrderBomList
   } from '@/api/saleManage/saleorder';
   import { getcontactlink } from '@/api/saleManage/businessFollow';
   import headList from '@/BIZComponents/user-select/user-select.vue';
@@ -1045,6 +1045,7 @@
 
       //打开新增编辑弹框
       async open(type, row, contactCategoryId) {
+        this.businessId=''
         this.title = type === 'add' ? '新增' : '修改';
         this.row = row;
         if (this.enterprisePage.length == 0) {