前台模版修改返回值

vehicle-yinyuyang
李永杰 2024-03-29 09:11:19 +08:00
parent 5a24552e9a
commit 7a1cc797b0
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.rows;
this.total = res.total;
this.${businessName}List = res.data.rows;
this.total = res.data.total;
this.loading = false;
});
},