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 + '失败'); }