|
|
@@ -609,7 +609,7 @@ export default {
|
|
|
this.getDicts("store_order_delivery_status").then((response) => {
|
|
|
this.deliveryStatusOptions = response.data;
|
|
|
});
|
|
|
- this.getDicts("store_order_delivery_type").then((response) => {
|
|
|
+ this.getDicts("sys_delivery_type").then((response) => {
|
|
|
this.deliveryTypeOptions = response.data;
|
|
|
});
|
|
|
|