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