Compare commits

...

2 Commits

Author SHA1 Message Date
fyy
f84c4037fb Merge branch 'master' of http://47.109.37.87:3000/by2025/admin-vben5
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
2025-07-02 09:49:00 +08:00
fyy
a3b13789a6 fix: 服务地址选择 2025-07-02 09:48:21 +08:00

View File

@ -348,7 +348,9 @@ async function setupCommunitySelect() {
// addFullName(areaList, 'areaName', ' / ');
const splitStr = '/';
handleNode(areaList, 'label', splitStr, function (node: any) {
if (node.level != 5) {
node.disabled = true;
}
});
formApi.updateSchema([
{