xgb 1 nedēļu atpakaļ
vecāks
revīzija
181c51aa15

+ 1 - 1
src/views/hisStore/statistics/storeOrderStatistics.vue

@@ -300,7 +300,7 @@ export default {
       this.orderTypeOptions = response.data;
     });
     // 媒体来源
-    this.getDicts("crm_customer_source").then((response) => {
+    this.getDicts("store_order_medium").then((response) => {
       this.orderMediumOptions = response.data;
     });
   },