管理端 订单发货状态

feature/mall_product
Jruome 2023-06-09 20:14:38 +08:00
parent 837098a3d2
commit e8b76f71ce
1 changed files with 1 additions and 0 deletions

View File

@ -289,6 +289,7 @@ export default {
} }
}) })
this.list = arr; this.list = arr;
this.multipleSelection = [];
this.total = response.data.total; this.total = response.data.total;
this.loading = false; this.loading = false;
}); });