This commit is contained in:
dinghao
2024-05-28 11:09:59 +08:00
6 changed files with 63 additions and 72 deletions

View File

@@ -7,9 +7,10 @@ export const tableConfig = {
// api: '/carbon_emission/device/getDeviceList',
api: origanizemanage.list,
treeConfig: {
dynamicParams: { abc: 'title', key: 'key' },
defaultExpandAll: true,
treeData: data,
api: () => {
return Promise.resolve(data);
},
},
params: {
page: 0,