From 9ac4f1edc86c9af627fcff2b3263e029ec4c95ff Mon Sep 17 00:00:00 2001 From: feige <feige@qq.com> Date: 星期一, 11 十二月 2023 21:50:56 +0800 Subject: [PATCH] 修改bug --- ruoyi-ui/src/views/note/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ruoyi-ui/src/views/note/index.vue b/ruoyi-ui/src/views/note/index.vue index fde3f82..2a38206 100644 --- a/ruoyi-ui/src/views/note/index.vue +++ b/ruoyi-ui/src/views/note/index.vue @@ -673,6 +673,7 @@ }, /** 鍒犻櫎鎸夐挳鎿嶄綔 */ handleDelete(row) { + alert(23) const Ids = row.id || this.ids; this.$modal.confirm('鏄惁纭鍒犻櫎鎵�閫夋暟鎹」锛�').then(function() { return delProperty(Ids); -- Gitblit v1.9.1