Administrator
2 days ago 21e8a3aa67b1b398789abe88a4227d0020c407f6
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 + '失败');
                    }