Compare commits

..

No commits in common. "6003a120324aa980d80003549ffd23a7cd9cda4d" and "5e0f6fe6c90d1db73401c10fc25036835e31e378" have entirely different histories.

2 changed files with 3 additions and 2 deletions

View File

@ -366,8 +366,8 @@ export default {
this.loading = true
getAzFrameworkList(this.queryParams).then((res) => {
if (res.code === 200) {
this.tableData = res.rows
this.total = res.total
this.tableData = res.data.rows
this.total = res.data.total
}
}).finally(() => {
this.loading = false

View File

@ -370,6 +370,7 @@ export default {
onExpand(e, data) {
},
getSearch() {
console.log(this.queryParams, '...this.')
if (!this.queryParams.childNode || !this.queryParams.memberCode) {
this.$message.warning('会员编号和子点位不能为空')
return