From 86993a3df378d1eaed37adfa3d8e0534d9faa49a Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 10 Oct 2024 13:40:26 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E5=B8=82=E5=9C=BA=E6=B3=95=E8=A7=84?= =?UTF-8?q?=E6=B8=85=E5=8D=95=E5=A2=9E=E5=8A=A0=E4=BF=AE=E6=94=B9=E6=B8=85?= =?UTF-8?q?=E5=8D=95=E7=89=88=E6=9C=AC=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../marketRegulationsList/modules/EditVersionModal.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/views/standardRegulationLibrary/marketRegulationsList/modules/EditVersionModal.vue b/src/views/standardRegulationLibrary/marketRegulationsList/modules/EditVersionModal.vue index ee2f62e..d819765 100644 --- a/src/views/standardRegulationLibrary/marketRegulationsList/modules/EditVersionModal.vue +++ b/src/views/standardRegulationLibrary/marketRegulationsList/modules/EditVersionModal.vue @@ -9,6 +9,12 @@ @ok="handleOk" @cancel="handleCancel"> + + + + { - this.form.setFieldsValue(pick(this.model, 'manifestVersion')) + this.form.setFieldsValue(pick(this.model, 'manifestNo', 'manifestVersion')) }) }, handleOk () {