From 8ae1b76ddcda5e704ab558dfb8b565fa82e6c54b Mon Sep 17 00:00:00 2001 From: Yueng <14617246+YuengMeYuuer@user.noreply.gitee.com> Date: Sun, 1 Sep 2024 18:57:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B5=84=E4=BA=A7=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/property/astr.js | 11 +- src/views/property/asDisplay/index.vue | 147 ++++++++++++++----------- src/views/property/asauth/index.vue | 115 ++++++++++--------- src/views/property/astr/index.vue | 38 +++++-- 4 files changed, 181 insertions(+), 130 deletions(-) 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 @@ -