From 2e04609107c260e747abb6389fdacab958e90972 Mon Sep 17 00:00:00 2001 From: ssc <273702440@qq.com> Date: Mon, 3 Apr 2023 09:01:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A8=E5=8D=95=E6=8B=B7=E8=B4=9D?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E4=B8=8D=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plugin/workflow/design/form.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/views/plugin/workflow/design/form.vue b/src/views/plugin/workflow/design/form.vue index 03b968f..a56bfaf 100644 --- a/src/views/plugin/workflow/design/form.vue +++ b/src/views/plugin/workflow/design/form.vue @@ -3,7 +3,7 @@ + @list-change="handleCategoryListChange"> @@ -165,6 +165,7 @@ export default { message: "请选择分类", trigger: "change" }], + overHidden: true, }, { label: '版本', @@ -194,7 +195,8 @@ export default { label: '备注', prop: 'remark', type: 'textarea', - span: 24 + span: 24, + overHidden: true, }, ] }, @@ -289,6 +291,10 @@ export default { this.getDefaultValues() }, methods: { + handleCategoryListChange(val) { + this.findObject(this.option.column, 'categoryId').dicData = val + this.findObject(this.copyOption.column, 'categoryId').dicData = val + }, handleChangeCategorySubmit(form, done) { const { category } = form changeCategory({ ids: this.ids, category }).then(() => {