feat: 分组管理设备树

This commit is contained in:
xuziqiang
2024-07-09 18:04:09 +08:00
parent 6b93422b08
commit 717b2aad72
4 changed files with 48 additions and 11 deletions

View File

@@ -75,6 +75,11 @@ export const formSchema = [
component: 'NsInput',
show: false,
},
{
field: 'energyType',
component: 'NsInput',
show: false,
},
{
field: 'id',
component: 'NsInput',
@@ -155,6 +160,7 @@ export const treeConfig = (orgId) => {
labelField: 'cnValue',
valueField: 'cnValue',
placeholder: '请选择能耗种类',
autoSelectFirst: true,
},
},
{