From e254dbf31f2189c34c96fac0037fad4675bab340 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Mon, 02 Feb 2026 11:42:32 +0800
Subject: [PATCH] style(ai): 1 刷新问题
---
src/main/resources/templates/febs/views/modules/ai/aiApply/list.html | 2 +-
src/main/resources/templates/febs/views/modules/ai/productQuestion/list.html | 2 +-
src/main/resources/templates/febs/views/modules/ai/memberRole/list.html | 2 +-
src/main/resources/templates/febs/views/modules/ai/productCategory/list.html | 2 +-
src/main/resources/templates/febs/views/modules/ai/product/list.html | 2 +-
src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html | 8 ++++----
6 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/ai/aiApply/list.html b/src/main/resources/templates/febs/views/modules/ai/aiApply/list.html
index a48f671..41b964f 100644
--- a/src/main/resources/templates/febs/views/modules/ai/aiApply/list.html
+++ b/src/main/resources/templates/febs/views/modules/ai/aiApply/list.html
@@ -143,7 +143,7 @@
if (res.code === 200) {
febs.alert.success(actionName + '成功');
// 刷新表格数据
- tableIns.reload({where: getQueryParams(), page: {curr: 1}});
+ // tableIns.reload({where: getQueryParams(), page: {curr: 1}});
} else {
febs.alert.error(res.msg || actionName + '失败');
}
diff --git a/src/main/resources/templates/febs/views/modules/ai/memberRole/list.html b/src/main/resources/templates/febs/views/modules/ai/memberRole/list.html
index 476dca4..6aac99d 100644
--- a/src/main/resources/templates/febs/views/modules/ai/memberRole/list.html
+++ b/src/main/resources/templates/febs/views/modules/ai/memberRole/list.html
@@ -150,7 +150,7 @@
function memberRoleStateSwitch(id,state) {
febs.get(ctx + 'admin/memberRole/changeState/' + id+'/' + state, null, function (data) {
febs.alert.success(data.message);
- $query.click();
+ // $query.click();
});
}
function memberRoleDeleteEvent(id) {
diff --git a/src/main/resources/templates/febs/views/modules/ai/product/list.html b/src/main/resources/templates/febs/views/modules/ai/product/list.html
index a41f5f6..99b9b1a 100644
--- a/src/main/resources/templates/febs/views/modules/ai/product/list.html
+++ b/src/main/resources/templates/febs/views/modules/ai/product/list.html
@@ -220,7 +220,7 @@
function productSwitch(id,type,state) {
febs.get(ctx + 'admin/product/changeState/' + id+'/'+ type+'/' + state, null, function (data) {
febs.alert.success(data.message);
- $query.click();
+ // $query.click();
});
}
diff --git a/src/main/resources/templates/febs/views/modules/ai/productCategory/list.html b/src/main/resources/templates/febs/views/modules/ai/productCategory/list.html
index 3c1c7a7..0f10919 100644
--- a/src/main/resources/templates/febs/views/modules/ai/productCategory/list.html
+++ b/src/main/resources/templates/febs/views/modules/ai/productCategory/list.html
@@ -180,7 +180,7 @@
function productCategorySwitch(id,type,state) {
febs.get(ctx + 'admin/productCategory/changeState/' + id+'/'+ type+'/' + state, null, function (data) {
febs.alert.success(data.message);
- $query.click();
+ // $query.click();
});
}
diff --git a/src/main/resources/templates/febs/views/modules/ai/productQuestion/list.html b/src/main/resources/templates/febs/views/modules/ai/productQuestion/list.html
index 5f14480..20c91ec 100644
--- a/src/main/resources/templates/febs/views/modules/ai/productQuestion/list.html
+++ b/src/main/resources/templates/febs/views/modules/ai/productQuestion/list.html
@@ -236,7 +236,7 @@
function productSwitch(id,state) {
febs.get(ctx + 'admin/productQuestion/changeState/' + id+'/' + state, null, function (data) {
febs.alert.success(data.message);
- $query.click();
+ // $query.click();
});
}
diff --git a/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html b/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html
index 1f1d1a2..36db83d 100644
--- a/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html
+++ b/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html
@@ -265,19 +265,19 @@
function memberOut(id) {
febs.get(ctx + 'admin/mallMember/memberOut/' + id, null, function () {
febs.alert.success('操作成功');
- $query.click();
+ // $query.click();
});
}
function closeAccount(id) {
febs.get(ctx + 'admin/mallMember/closeAccount/' + id, null, function () {
febs.alert.success('操作成功');
- $query.click();
+ // $query.click();
});
}
function openAccount(id) {
febs.get(ctx + 'admin/mallMember/openAccount/' + id, null, function () {
febs.alert.success('操作成功');
- $query.click();
+ // $query.click();
});
}
@@ -343,7 +343,7 @@
function checkOrder(id) {
febs.get(ctx + 'admin/mallMember/checkOrder/' + id, null, function () {
febs.alert.success('操作成功');
- $query.click();
+ // $query.click();
});
}
--
Gitblit v1.9.1