From c3697aa610795bf41e3095f5f363b2be3e0110ad Mon Sep 17 00:00:00 2001 From: smallchill Date: Sat, 24 Dec 2022 02:09:26 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E4=BF=AE=E5=A4=8D=E5=AD=97=E5=85=B8?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E6=96=B0=E5=A2=9E=E7=BC=93=E5=AD=98=E4=B8=8A?= =?UTF-8?q?=E7=BA=A7=E6=95=B0=E6=8D=AE=E4=B8=8D=E5=8C=B9=E9=85=8D=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/dict.vue | 3 +++ src/views/system/dictbiz.vue | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/views/system/dict.vue b/src/views/system/dict.vue index 1355028..7b136f4 100644 --- a/src/views/system/dict.vue +++ b/src/views/system/dict.vue @@ -240,6 +240,9 @@ export default { const parentId = this.findObject(this.optionChild.column, "parentId"); parentId.value = row.id; + this.formChild.code = row.code; + this.formChild.parentId = row.id; + this.box = true; this.onLoadChild(this.pageChild); }, diff --git a/src/views/system/dictbiz.vue b/src/views/system/dictbiz.vue index d7772fe..3dc9863 100644 --- a/src/views/system/dictbiz.vue +++ b/src/views/system/dictbiz.vue @@ -240,6 +240,9 @@ const parentId = this.findObject(this.optionChild.column, "parentId"); parentId.value = row.id; + this.formChild.code = row.code; + this.formChild.parentId = row.id; + this.box = true; this.onLoadChild(this.pageChild); },