|
|
@@ -339,7 +339,7 @@ export default {
|
|
|
this.getDicts("store_order_delivery_status").then((response) => {
|
|
|
this.deliveryStatusOptions = response.data;
|
|
|
});
|
|
|
- this.getDicts("live_order_status").then((response) => {
|
|
|
+ this.getDicts("store_order_status").then((response) => {
|
|
|
this.orderStatusOptions = response.data;
|
|
|
});
|
|
|
|