From a127eaa0e9be2eb27a5183444c94a84314996419 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期一, 31 十月 2022 10:19:54 +0800 Subject: [PATCH] update 优化 重置时取消部门选中 --- ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm b/ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm index ac0c2b2..4ad96df 100644 --- a/ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm +++ b/ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm @@ -504,6 +504,7 @@ this.loading = false; this.getList(); this.#[[$modal]]#.msgSuccess("鍒犻櫎鎴愬姛"); + }).catch(() => { }).finally(() => { this.loading = false; }); -- Gitblit v1.9.3