浏览代码

FIX: 快递鸟

xdd 2 周之前
父节点
当前提交
53b5cf1c01
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/live/liveOrder/liveOrderDetails.vue

+ 2 - 2
src/views/live/liveOrder/liveOrderDetails.vue

@@ -424,10 +424,10 @@ export default {
     this.getDicts("sys_store_delivery_pay_status").then(response => {
       this.deliveryPayStatusOptions = response.data;
     });
-    this.getDicts("sys_store_order_delivery_status").then(response => {
+    this.getDicts("store_order_delivery_status").then(response => {
       this.deliveryStatusOptions = response.data;
     });
-    this.getDicts("sys_delivery_type").then(response => {
+    this.getDicts("logistics_status").then(response => {
       this.deliveryTypeOptions = response.data;
     });
   },