diff --git a/src/api/property/asDisplay.js b/src/api/property/asDisplay.js index 38c5b41..e1a4661 100644 --- a/src/api/property/asDisplay.js +++ b/src/api/property/asDisplay.js @@ -7,4 +7,10 @@ export function getExtractDataTableNameList() { }) } - +export function tableStructureShow(data) { + return request({ + url: '/property/dataRunName/tableStructureShow', + method: 'post', + data:data + }) +} diff --git a/src/api/property/astr.js b/src/api/property/astr.js index 7a69bbb..98a8e1e 100644 --- a/src/api/property/astr.js +++ b/src/api/property/astr.js @@ -20,3 +20,11 @@ export function selectBasicList() { method: 'post', }) } + +export function tableStructureShow(data) { + return request({ + url: '/property/dataRunName/tableStructureShow', + method: 'post', + data:data + }) +} diff --git a/src/views/property/asDisplay/index.vue b/src/views/property/asDisplay/index.vue index 427e934..3a2f6d4 100644 --- a/src/views/property/asDisplay/index.vue +++ b/src/views/property/asDisplay/index.vue @@ -99,7 +99,7 @@