diff --git a/src/api/property/astr.js b/src/api/property/astr.js index 4eef47c..7a69bbb 100644 --- a/src/api/property/astr.js +++ b/src/api/property/astr.js @@ -7,9 +7,16 @@ export function getExtractDataTableNameList() { }) } -export function findTableValue(id,dataName) { +export function findTableValue(dataId,name) { return request({ - url: '/property/dataRunName/findTableValue?basicId='+id +"&dataName="+dataName, + url: '/property/dataRunName/findTableValue?dataId='+dataId+"&tableName="+name, + method: 'post', + }) +} + +export function selectBasicList() { + return request({ + url: '/property/dataRunName/selectBasicList', method: 'post', }) } diff --git a/src/views/property/asDisplay/index.vue b/src/views/property/asDisplay/index.vue index 55d56b7..2a8755d 100644 --- a/src/views/property/asDisplay/index.vue +++ b/src/views/property/asDisplay/index.vue @@ -1,6 +1,6 @@ - 数据资产结构 + 测试4()- 资产展示 @@ -14,12 +14,19 @@ + + + + + + + 表名称 - {{ tableBasic.name }} + {{ tableBasic.tableName }} 表备注 @@ -27,7 +34,7 @@ 数据量 - {{ dataNum }} + {{ tableBasic.dataNum }} 是否核心 @@ -35,59 +42,64 @@ - - - - - - - + + - 资产模型详细信息 + 模型数据 - - - - - - - {{scope.row.primarys }} - - - NO - - - - - {{this.javaType.type}} - - - - + + + + + + {{ DataValue.type }} + + {{ DataValue.value }} + + + + + + + + + + + + + + + + + + + -