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