From f49b4b8b68243f7c83be706d53aac476d359d6d0 Mon Sep 17 00:00:00 2001 From: wanglei Date: Wed, 16 Oct 2024 15:49:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=A3=E6=A1=88=E7=9B=AE=E5=BD=95=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dangan-ui/src/views/dangan/catalog/index.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dangan-ui/src/views/dangan/catalog/index.vue b/dangan-ui/src/views/dangan/catalog/index.vue index cf60142..42b48ca 100644 --- a/dangan-ui/src/views/dangan/catalog/index.vue +++ b/dangan-ui/src/views/dangan/catalog/index.vue @@ -455,6 +455,13 @@ export default { } else { this.form.pid = 0; } + + if(row&&row.id!==0){ + getCatalogNumber(row.id).then(response => { + this.form.orderNum = response.orderNum; + }); + } + this.open = true; this.title = "添加目录"; },