Administrator
23 hours ago e254dbf31f2189c34c96fac0037fad4675bab340
style(ai): 1 刷新问题

- 在 aiApply 列表页面注释掉 tableIns.reload 调用
- 在 memberRole 列表页面注释掉 $query.click() 调用
- 在 product 列表页面注释掉 $query.click() 调用
- 在 productCategory 列表页面注释掉 $query.click() 调用
- 在 productQuestion 列表页面注释掉 $query.click() 调用
- 在 mallMemberList 页面注释掉多个 $query.click() 调用
6 files modified
18 ■■■■ changed files
src/main/resources/templates/febs/views/modules/ai/aiApply/list.html 2 ●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/modules/ai/memberRole/list.html 2 ●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/modules/ai/product/list.html 2 ●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/modules/ai/productCategory/list.html 2 ●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/modules/ai/productQuestion/list.html 2 ●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html 8 ●●●● patch | view | raw | blame | history
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 + '失败');
                    }
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) {
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();
            });
        }
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();
            });
        }
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();
            });
        }
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();
            });
        }