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