From 0fde0d1af1cddeb4302d6a082ba7444c006c3e73 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期三, 30 八月 2023 17:20:15 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- Source/UBCS-WEB/src/views/docking/info.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Source/UBCS-WEB/src/views/docking/info.vue b/Source/UBCS-WEB/src/views/docking/info.vue index a961944..9caf94c 100644 --- a/Source/UBCS-WEB/src/views/docking/info.vue +++ b/Source/UBCS-WEB/src/views/docking/info.vue @@ -324,6 +324,7 @@ this.editAttribute = row; this.editAttribute.sysIntParamVOs = row.sysIntParamVOs || []; this.editAttribute.sysIntHeaderVOs = row.sysIntHeaderVOs || []; + this.editAttribute.type = 'edit'; this.$refs.infoForm.formData = this.editAttribute; this.$refs.infoForm.showSubmitDialog = true; console.log('row',row.dataFlowTypeText) -- Gitblit v1.9.3