Administrator
2025-10-20 9205eb3cb18811849d7733414032941af8ea73f9
fix(ai): 调整公司成员申请状态处理逻辑

- 修改申请同意后的状态更新为2
- 修改解绑操作前的状态校验为1
- 在同意和解绑操作中添加状态为3的更新
- 移除冗余的公司ID获取逻辑
- 统一前端确认弹窗样式为modal.confirm
- 移除AJAX请求前的loading显示逻辑
1 files modified
1 ■■■■ changed files
src/main/resources/templates/febs/views/modules/ai/aiApply/list.html 1 ●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/modules/ai/aiApply/list.html
@@ -152,7 +152,6 @@
                    febs.alert.error('服务器错误,请稍后重试');
                },
                complete: function() {
                    febs.loading.hide();
                }
            });
        }