瀏覽代碼

销售订单bug

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