修改样式
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user