Browse Source

修复元数据信息页面bug

master
xueyinfei 3 weeks ago
parent
commit
d5d4f0f5fc
  1. 1
      vue-fastapi-frontend/src/views/meta/metaInfo/index.vue

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

@ -1338,6 +1338,7 @@
remoteSecLvl()
}
function showColumnDialog(row) {
columnList.value = []
let tableData = JSON.parse(JSON.stringify(row))
currentMetaData.value = {
tabEngName: tableData.tabEngName,

Loading…
Cancel
Save