前台模版修改返回值
parent
5a24552e9a
commit
7a1cc797b0
|
@ -448,8 +448,8 @@ export default {
|
|||
#end
|
||||
#end
|
||||
list${BusinessName}(this.queryParams).then(res => {
|
||||
this.${businessName}List = res.rows;
|
||||
this.total = res.total;
|
||||
this.${businessName}List = res.data.rows;
|
||||
this.total = res.data.total;
|
||||
this.loading = false;
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue