From 061daeb8c32da1491c03df969816a02fe3400e9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Wed, 13 Sep 2023 11:49:52 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=9B=BD=E5=86=85=E6=A0=87=E5=87=86-?= =?UTF-8?q?=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domesticStandard/modules/DomesticStandardModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/standardRegulationLibrary/domesticStandard/modules/DomesticStandardModal.vue b/src/views/standardRegulationLibrary/domesticStandard/modules/DomesticStandardModal.vue index 2e039c3d..ee04ab2b 100644 --- a/src/views/standardRegulationLibrary/domesticStandard/modules/DomesticStandardModal.vue +++ b/src/views/standardRegulationLibrary/domesticStandard/modules/DomesticStandardModal.vue @@ -65,11 +65,11 @@ export default { }) }, handleOk () { - this.confirmLoading = true this.$refs.addForm.submit() }, // 表单提交的回调,获取表单数据 submitFormData (formInline) { + this.confirmLoading = true let submitFunc if (formInline.id) { submitFunc = editDomesticStandard