From bc44ef3c55007439a01bcbbdd3239f3e9cccb550 Mon Sep 17 00:00:00 2001 From: yuxc <653031404@qq.com> Date: 星期三, 19 七月 2023 18:13:02 +0800 Subject: [PATCH] 1、完成返回前端增加keepAlive字段用来标识页面是否缓存 --- Source/UBCS-WEB/src/views/system/menu.vue | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/Source/UBCS-WEB/src/views/system/menu.vue b/Source/UBCS-WEB/src/views/system/menu.vue index d31fcc6..9a292ec 100644 --- a/Source/UBCS-WEB/src/views/system/menu.vue +++ b/Source/UBCS-WEB/src/views/system/menu.vue @@ -226,6 +226,22 @@ ] }, { + label: "璺敱缂撳瓨", + prop: "keepAlive", + type: "switch", + dicData: [ + { + label: "鍚�", + value: false + }, + { + label: "鏄�", + value: true + } + ], + hide: true + }, + { label: "鑿滃崟澶囨敞", prop: "remark", type: "textarea", @@ -300,6 +316,7 @@ }); }, rowUpdate(row, index, done, loading) { + debugger; update(row).then(() => { this.$message({ type: "success", -- Gitblit v1.9.3