feat: 分组管理
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
import { dateUtil } from '/nerv-lib/util/date-util';
|
||||
import { data } from './mock.json';
|
||||
import { origanizemanage } from '/@/api/origanizemanage';
|
||||
import data from './mock.json';
|
||||
|
||||
export const tableConfig = {
|
||||
title: '设备台账',
|
||||
// api: '/carbon_emission/device/getDeviceList',
|
||||
api: origanizemanage.list,
|
||||
api: '/carbon_emission/device/getDeviceList',
|
||||
treeConfig: {
|
||||
defaultExpandAll: true,
|
||||
api: () => {
|
||||
|
Reference in New Issue
Block a user