Explorar el Código

修改人工订单的选项

xiaozhen hace 6 años
padre
commit
7982abfccd
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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;