fix: 服务地址选择

This commit is contained in:
fyy 2025-07-02 09:48:21 +08:00
parent 33f2197ea8
commit a3b13789a6

View File

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