From f86d07ccc55c800eaefc6b1cff0f242d71f6841b Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期五, 22 十二月 2023 15:14:49 +0800 Subject: [PATCH] 调用地方修改 --- src/views/sales/quotation/AddQuotationDialog.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/sales/quotation/AddQuotationDialog.vue b/src/views/sales/quotation/AddQuotationDialog.vue index 13d58bf..f347bca 100644 --- a/src/views/sales/quotation/AddQuotationDialog.vue +++ b/src/views/sales/quotation/AddQuotationDialog.vue @@ -418,6 +418,7 @@ this.setTableForm() this.getCommonData() this.formInfo() + this.getUseSystemSet({modeType:'bjd'}) }, watch: { "editConfig.visible"(val) { @@ -433,7 +434,6 @@ this.objCode.codeStandID = this.editConfig.infomation.codeStandID } this.getRCodeStandardList() - this.getUseSystemSet({modeType:'bjd'}) }, getCommonData() { getAllData() -- Gitblit v1.8.0