前台模版修改返回值

vehicle-yinyuyang
李永杰 2024-03-29 09:08:33 +08:00
parent ff45a6ce22
commit 5a24552e9a
1 changed files with 2 additions and 2 deletions

View File

@ -448,8 +448,8 @@ export default {
#end
#end
list${BusinessName}(this.queryParams).then(res => {
this.${businessName}List = res.data.rows;
this.total = res.data.total;
this.${businessName}List = res.rows;
this.total = res.total;
this.loading = false;
});
},