From 399a115e33dfb070bb74540bad0ca66f799d53a7 Mon Sep 17 00:00:00 2001 From: luofl <1442745593@qq.com> Date: 星期四, 03 四月 2025 15:19:53 +0800 Subject: [PATCH] 1 --- cloud-server-management/src/main/webapp/static/modular/system/tHuiminCard/tHuiminCard_info.js | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/cloud-server-management/src/main/webapp/static/modular/system/tHuiminCard/tHuiminCard_info.js b/cloud-server-management/src/main/webapp/static/modular/system/tHuiminCard/tHuiminCard_info.js index cc0c15a..a33ffb1 100644 --- a/cloud-server-management/src/main/webapp/static/modular/system/tHuiminCard/tHuiminCard_info.js +++ b/cloud-server-management/src/main/webapp/static/modular/system/tHuiminCard/tHuiminCard_info.js @@ -5,6 +5,10 @@ tHuiminCardInfoData : {} }; +let bannerImages = []; + +const maxUploadCount = 5; + /** * 清除数据 */ @@ -78,7 +82,6 @@ //提交信息 var ajax = new $ax(Feng.ctxPath + "/tHuiminCard/add", function(data){ Feng.success("添加成功!"); - window.parent.THuiminCard.table.refresh(); THuiminCardInfoDlg.close(); },function(data){ Feng.error("添加失败!" + data.responseJSON.message + "!"); @@ -105,8 +108,4 @@ }); ajax.set(this.tHuiminCardInfoData); ajax.start(); -} - -$(function() { - -}); +} \ No newline at end of file -- Gitblit v1.7.1