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