From f9ff5bc7de19dd80e6f5f34f43ec013f488aac2f Mon Sep 17 00:00:00 2001 From: yaojn Date: Fri, 24 Nov 2023 12:16:49 +0800 Subject: [PATCH] =?UTF-8?q?-=20[=E4=BF=AE=E5=A4=8D]=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E7=AE=A1=E7=90=86-=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E5=BC=82=E5=B8=B8=20=20-=20[=E5=85=B3?= =?UTF-8?q?=E8=81=94]#[1031698165235712]=E6=9C=8D=E5=8A=A1=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E7=AE=A1=E7=90=86-=E7=BC=96=E8=BE=91=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E5=BC=82=E5=B8=B8=20http://192.168.0.96:8090/demo/rdm?= =?UTF-8?q?.html#/bug-detail/939050947543040/939050947543057/1031698165235?= =?UTF-8?q?712?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pages/process/catalog/catalog/edit/catalog.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/pages/process/catalog/catalog/edit/catalog.vue b/src/views/pages/process/catalog/catalog/edit/catalog.vue index 62550df3a..ae8f19ab7 100644 --- a/src/views/pages/process/catalog/catalog/edit/catalog.vue +++ b/src/views/pages/process/catalog/catalog/edit/catalog.vue @@ -35,7 +35,8 @@ export default { name: '', isActive: 1, authorityList: null, - desc: '' + desc: '', + uuid: this.uuid }, catalogForm: [ { @@ -108,7 +109,8 @@ export default { name: itemValue.name || '', isActive: itemValue.isActive || 0, authorityList: itemValue.authorityList, - desc: itemValue.desc || '' + desc: itemValue.desc || '', + uuid: this.uuid }; this.$emit('updateName', this.catalogValue.name); } else { -- Gitee