Ver código fonte

修改人工订单的选项

xiaozhen 6 anos atrás
pai
commit
7982abfccd
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      pages/main/index/artificial_orders.vue

+ 2 - 1
pages/main/index/artificial_orders.vue

@@ -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;