联调设备文件
This commit is contained in:
@@ -137,7 +137,7 @@ const info = (type?: string) => {
|
||||
}
|
||||
})
|
||||
tree.value = res.data
|
||||
|
||||
|
||||
nextTick(() => {
|
||||
setTimeout(() => {
|
||||
if (type == '2') {
|
||||
@@ -188,7 +188,8 @@ const changePointType = (val: any, obj: any) => {
|
||||
emit('pointTypeChange', val, obj)
|
||||
}
|
||||
if (props.template) {
|
||||
querySysExcel({ id: dictData.state.area[0]?.id })
|
||||
// id: dictData.state.area[0]?.id
|
||||
querySysExcel({})
|
||||
.then((res: any) => {
|
||||
emit('Policy', res.data)
|
||||
info()
|
||||
|
||||
Reference in New Issue
Block a user