Procházet zdrojové kódy

修改人工订单的选项

xiaozhen před 6 roky
rodič
revize
7982abfccd
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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;