修改样式

This commit is contained in:
GGJ
2024-09-29 11:29:42 +08:00
parent e62389f077
commit 8f672c1970
2 changed files with 61 additions and 65 deletions

View File

@@ -107,9 +107,14 @@ const nodeClick = async (e: anyObj) => {
if (zblist.value.length === 0) {
await init()
}
let getDevCapacityRes = await getDevCapacity(formInline.devId)
devCapacity.value = getDevCapacityRes.data
search()
getDevCapacity(formInline.devId).then(res => {
devCapacity.value = res.data
search()
}).catch(() => {
loading.value = false
})
}
}
const search = () => {