yfh 3 일 전
부모
커밋
1acc51060c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/hisStore/storeOrder/list.vue

+ 1 - 1
src/views/hisStore/storeOrder/list.vue

@@ -683,7 +683,7 @@ export default {
   },
   created() {
     this.getTreeselect();
-    this.getDicts("crm_customer_source").then((response) => {
+    this.getDicts("store_order_medium").then((response) => {
       this.orderMediumOptions = response.data;
     });
     this.getDicts("store_order_type").then((response) => {