fix:病害管理修改

This commit is contained in:
2024-10-09 11:55:13 +08:00
parent 50d6b6f857
commit 7536b188ae
10 changed files with 1286 additions and 127 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ export default {
listMetadata().then(response => {
this.typeList = this.transformToDeepCategorizedListLabelValue(JSON.parse(response.data))
console.log(this.typeList)
// console.log(this.typeList)
this.loading = false;
})