fix: 服务地址选择
This commit is contained in:
@@ -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([
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user