@@ -292,7 +292,8 @@ export default {
let body = {
page: this.currentPage,
page_size: this.currentPageSize,
- artificial_mark: 1
+ artificial_mark: 1,
+ channel:'admin_confirm'
};
const res = await this.$post("/api/admin/order/get_orders", body);
var data = res.data;