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 @@ -