From 753bc4163b63e8cc69533978b60b59c701cd48af Mon Sep 17 00:00:00 2001 From: Yueng <14617246+YuengMeYuuer@user.noreply.gitee.com> Date: Thu, 29 Aug 2024 19:11:16 +0800 Subject: [PATCH] =?UTF-8?q?Merge=20pull=20request=20'=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=B5=81=E7=A8=8B'=20(#3)=20from=20dev=20into=20master?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-on: https://gitea.qinmian.online/a_bazu/cloud-web/pulls/3 --- src/api/property/astr.js | 5 ++--- src/views/property/astr/index.vue | 11 ++--------- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/src/api/property/astr.js b/src/api/property/astr.js index 5527a6d..c2dc1cd 100644 --- a/src/api/property/astr.js +++ b/src/api/property/astr.js @@ -1,9 +1,8 @@ import request from '@/utils/request' -export function getSelectList(data) { +export function getExtractDataTableNameList() { return request({ - url: '/property/dataSource/dataName', + url: '/property/dataRunName/extractDataTableName', method: 'post', - data: data }) } diff --git a/src/views/property/astr/index.vue b/src/views/property/astr/index.vue index 15407a8..7b202a2 100644 --- a/src/views/property/astr/index.vue +++ b/src/views/property/astr/index.vue @@ -4,13 +4,6 @@ - - - - - Header @@ -49,7 +42,7 @@