From 22fcbf0a9ed8e0a2df9695859d7a52d1dd55b386 Mon Sep 17 00:00:00 2001 From: TreeWish <1131093754@qq.com> Date: 星期四, 09 二月 2023 10:35:39 +0800 Subject: [PATCH] 解决冲突 --- src/views/Tools/queryinfo.vue | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/views/Tools/queryinfo.vue b/src/views/Tools/queryinfo.vue index c88d807..5f689f6 100644 --- a/src/views/Tools/queryinfo.vue +++ b/src/views/Tools/queryinfo.vue @@ -61,10 +61,15 @@ // 鍏抽棴寮圭獥 close(id) { let index = this.PopupData.findIndex((item) => { + console.log(item); return item.id === id; }); let data = this.PopupData.splice(index, 1)[0]; data.close && data.close(); + + + + }, // 鎵撳紑寮圭獥 open(title, value, style = {}) { -- Gitblit v1.9.3