Browse Source

元数据字段查询优化

master
xueyinfei 1 month ago
parent
commit
c714382b0a
  1. 1
      vue-fastapi-frontend/src/views/meta/metaInfo/index.vue

1
vue-fastapi-frontend/src/views/meta/metaInfo/index.vue

@ -1526,7 +1526,6 @@
} }
} }
columnList.value = colList columnList.value = colList
console.log(columnList)
}) })
activeColumnTab.value = 'column' activeColumnTab.value = 'column'
drawer.value = true drawer.value = true

Loading…
Cancel
Save