From 7d0d4e4b0da7fa2a335590291836dbc957f98e7d Mon Sep 17 00:00:00 2001 From: woody Date: Tue, 21 Oct 2025 10:19:39 +0800 Subject: [PATCH] =?UTF-8?q?feat(framework):=20=E9=98=B6=E6=AE=B5=E6=9E=B6?= =?UTF-8?q?=E6=9E=84=E5=88=97=E8=A1=A8=E8=BF=94=E5=9B=9E=E7=BB=93=E6=9E=84?= =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/framework/architecture/azjg2.vue | 4 ++-- src/views/framework/architecture/index.vue | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/framework/architecture/azjg2.vue b/src/views/framework/architecture/azjg2.vue index 5e756bf..d330741 100644 --- a/src/views/framework/architecture/azjg2.vue +++ b/src/views/framework/architecture/azjg2.vue @@ -366,8 +366,8 @@ export default { this.loading = true getAzFrameworkList(this.queryParams).then((res) => { if (res.code === 200) { - this.tableData = res.data.rows - this.total = res.data.total + this.tableData = res.rows + this.total = res.total } }).finally(() => { this.loading = false diff --git a/src/views/framework/architecture/index.vue b/src/views/framework/architecture/index.vue index 430f4b6..03404b4 100644 --- a/src/views/framework/architecture/index.vue +++ b/src/views/framework/architecture/index.vue @@ -370,7 +370,6 @@ export default { onExpand(e, data) { }, getSearch() { - console.log(this.queryParams, '...this.') if (!this.queryParams.childNode || !this.queryParams.memberCode) { this.$message.warning('会员编号和子点位不能为空') return