This commit is contained in:
dinghao
2024-05-28 11:08:57 +08:00
parent d2b0a2ca06
commit de08945d49
12 changed files with 1125 additions and 476 deletions

View File

@@ -1,9 +1,11 @@
import { dateUtil } from '/nerv-lib/util/date-util';
import { data } from './mock.json';
import { origanizemanage } from '/@/api/origanizemanage';
export const tableConfig = {
title: '设备台账',
api: '/carbon_emission/device/getDeviceList',
// api: '/carbon_emission/device/getDeviceList',
api: origanizemanage.list,
treeConfig: {
dynamicParams: { abc: 'title', key: 'key' },
defaultExpandAll: true,