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