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