From 9205eb3cb18811849d7733414032941af8ea73f9 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Mon, 20 Oct 2025 15:58:18 +0800
Subject: [PATCH] fix(ai): 调整公司成员申请状态处理逻辑
---
src/main/resources/templates/febs/views/modules/ai/aiApply/list.html | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/ai/aiApply/list.html b/src/main/resources/templates/febs/views/modules/ai/aiApply/list.html
index 4a5b173..5605265 100644
--- a/src/main/resources/templates/febs/views/modules/ai/aiApply/list.html
+++ b/src/main/resources/templates/febs/views/modules/ai/aiApply/list.html
@@ -152,7 +152,6 @@
febs.alert.error('服务器错误,请稍后重试');
},
complete: function() {
- febs.loading.hide();
}
});
}
--
Gitblit v1.9.1