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