监测点联调列表、申请联调、详情联调

This commit is contained in:
zhujiyan
2024-05-20 15:55:11 +08:00
parent 2f1e3c97be
commit d192fe4ff9
9 changed files with 50 additions and 1619 deletions

View File

@@ -349,7 +349,6 @@ const getInfo = async () => {
try {
await getTerminalDetailsById({ id: props.id || queryId }).then(res => {
detailData.value = res.data
console.log(detailData.value, '+++++++++')
getFileName()
})
} finally {