From a9cd77fe577bbb1506de394d316840f5a974d636 Mon Sep 17 00:00:00 2001 From: "DESKTOP-7VLMG81\\Administrator" Date: Mon, 5 Feb 2024 15:15:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E7=BC=96=E8=BE=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/route/components/list.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/system/route/components/list.vue b/src/views/system/route/components/list.vue index 8ee6bb1..369bb46 100644 --- a/src/views/system/route/components/list.vue +++ b/src/views/system/route/components/list.vue @@ -303,6 +303,7 @@ export default { this.resetForm() this.dialogType = 'add' if (type === '编辑') { + this.dialogType = 'edit' this.dialog.form = { menuId: row.ROUTE_ID, index: +row.ROUTE_ORDER, @@ -402,7 +403,7 @@ export default { '/route/' + this.dialogType, { ...params, - ROUTE_ID: this.dialog.form.ROUTE_ID + ROUTE_ID: this.dialog.form.menuId } ).then((data) => { this.$message({