fix: 台账字段调整

This commit is contained in:
xuziqiang
2024-07-18 17:15:20 +08:00
parent 75a9b87513
commit 6be90a8d0c
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
<template>
<ns-modal
ref="modalRef"
centered
v-bind="extraModalConfig"
destroyOnClose
v-model:visible="visible"

View File

@@ -1,3 +1,4 @@
import { device } from './../../../api/deviceManage';
import { dateUtil } from '/nerv-lib/util/date-util';
import { device } from '/@/api/deviceManage';
import { ref } from 'vue';
@@ -14,7 +15,7 @@ export const tableConfig = (orgId) => {
title: '设备类别',
},
params: { orgId },
dynamicParams: 'code',
dynamicParams: { deviceCode: 'code' },
defaultExpandAll: true,
api: device.queryDeviceTree,
fieldNames: { title: 'deviceType', key: 'code' },