Compare commits
	
		
			No commits in common. "6003a120324aa980d80003549ffd23a7cd9cda4d" and "5e0f6fe6c90d1db73401c10fc25036835e31e378" have entirely different histories.
		
	
	
		
			6003a12032
			...
			5e0f6fe6c9
		
	
		|  | @ -366,8 +366,8 @@ export default { | ||||||
|       this.loading = true |       this.loading = true | ||||||
|       getAzFrameworkList(this.queryParams).then((res) => { |       getAzFrameworkList(this.queryParams).then((res) => { | ||||||
|         if (res.code === 200) { |         if (res.code === 200) { | ||||||
|           this.tableData = res.rows |           this.tableData = res.data.rows | ||||||
|           this.total = res.total |           this.total = res.data.total | ||||||
|         } |         } | ||||||
|       }).finally(() => { |       }).finally(() => { | ||||||
|         this.loading = false |         this.loading = false | ||||||
|  |  | ||||||
|  | @ -370,6 +370,7 @@ export default { | ||||||
|     onExpand(e, data) { |     onExpand(e, data) { | ||||||
|     }, |     }, | ||||||
|     getSearch() { |     getSearch() { | ||||||
|  |       console.log(this.queryParams, '...this.') | ||||||
|       if (!this.queryParams.childNode || !this.queryParams.memberCode) { |       if (!this.queryParams.childNode || !this.queryParams.memberCode) { | ||||||
|         this.$message.warning('会员编号和子点位不能为空') |         this.$message.warning('会员编号和子点位不能为空') | ||||||
|         return |         return | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue