Administrator
1 days ago ac76b7a4d79813c7e5664152d9c070d744ad0d84
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 + '失败');
                    }