From 7c8e69e1f696dfaec70c63ae41af786891f578d0 Mon Sep 17 00:00:00 2001 From: Yueng <14617246+YuengMeYuuer@user.noreply.gitee.com> Date: Mon, 2 Sep 2024 20:12:37 +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/asDisplay.js | 4 ++-- src/views/property/asDisplay/index.vue | 24 ++++++++++++------------ src/views/property/asauth/index.vue | 2 +- src/views/property/astr/index.vue | 4 ++-- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/api/property/asDisplay.js b/src/api/property/asDisplay.js index eba5419..e16425d 100644 --- a/src/api/property/asDisplay.js +++ b/src/api/property/asDisplay.js @@ -7,9 +7,9 @@ export function getExtractDataTableNameList() { }) } -export function findTableValueList(data) { +export function findTableValueList(basicId,dataId,tableName) { return request({ - url: '/property/dataSource/findTableValueList', + url: '/property/dataSource/findTableValueList?basicId='+basicId+"&dataId="+dataId+"&tableName="+tableName, method: 'post', data: data }) diff --git a/src/views/property/asDisplay/index.vue b/src/views/property/asDisplay/index.vue index 427e934..d18c24f 100644 --- a/src/views/property/asDisplay/index.vue +++ b/src/views/property/asDisplay/index.vue @@ -1,6 +1,6 @@