From 38c8032943e23af2ebd366c3f1d514c2337d7ecd Mon Sep 17 00:00:00 2001 From: "liu.shiyi" Date: Mon, 7 Aug 2023 15:11:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:http=E6=95=B0=E6=8D=AE=E9=9B=86=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E8=BF=9B=E5=85=A5=E7=BC=96=E8=BE=91=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E5=A4=B1=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data-room-ui/packages/DataSetManagement/src/HttpEditForm.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data-room-ui/packages/DataSetManagement/src/HttpEditForm.vue b/data-room-ui/packages/DataSetManagement/src/HttpEditForm.vue index dcdc1d64..6a3fbb3e 100644 --- a/data-room-ui/packages/DataSetManagement/src/HttpEditForm.vue +++ b/data-room-ui/packages/DataSetManagement/src/HttpEditForm.vue @@ -971,8 +971,7 @@ export default { // 进入编辑 fieldDescEdit () { this.$refs.fieldFillDialog.close() - // this.fieldDescVisible = false - this.fieldsetVisible = true + this.$refs.outputFieldDialog.open() }, // 继续保存 toSave () {