fenye
This commit is contained in:
@@ -129,7 +129,7 @@ export default {
|
||||
this.loading = true;
|
||||
listOrderInfo(this.queryParams).then(response => {
|
||||
this.orderList = response.rows;
|
||||
this.total = response.total;
|
||||
this.total = parseInt(response.total) || 0;
|
||||
this.loading = false;
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user