yusheng преди 11 месеца
родител
ревизия
fa836db46f
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      src/views/saleManage/saleOrder/components/addDialog.vue

+ 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) {