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