feat(framework): 阶段架构列表返回结构变更

This commit is contained in:
woody 2025-10-21 10:19:39 +08:00
parent fa46c833ff
commit 7d0d4e4b0d
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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