From 2b9dd95a59836284b5df6d49de247354b340e8a0 Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期四, 18 九月 2025 15:47:41 +0800 Subject: [PATCH] bug修改 --- cloud-server-management/src/main/webapp/static/modular/system/tHuiminCard/tHuiminCard2.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/cloud-server-management/src/main/webapp/static/modular/system/tHuiminCard/tHuiminCard2.js b/cloud-server-management/src/main/webapp/static/modular/system/tHuiminCard/tHuiminCard2.js index d000307..fe5e210 100644 --- a/cloud-server-management/src/main/webapp/static/modular/system/tHuiminCard/tHuiminCard2.js +++ b/cloud-server-management/src/main/webapp/static/modular/system/tHuiminCard/tHuiminCard2.js @@ -74,6 +74,7 @@ return } const mv = this + Feng.confirm("确定要删除该玩湃惠民卡吗?", function () { this.ids.forEach(id => { const ajax = new $ax(Feng.ctxPath + "/tHuiminCard/delete", function (data) { @@ -85,6 +86,7 @@ ajax.set("ids",mv.ids.join(",")); ajax.start(); }) + }); }, handleShelves(status) { // 上架逻辑 -- Gitblit v1.7.1