Compare commits
No commits in common. "6003a120324aa980d80003549ffd23a7cd9cda4d" and "5e0f6fe6c90d1db73401c10fc25036835e31e378" have entirely different histories.
6003a12032
...
5e0f6fe6c9
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue