Преглед на файлове

退款订单订单状态显示

lxb преди 10 часа
родител
ревизия
86b34d5d71
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/live/liveAfteraSales/index.vue

+ 1 - 1
src/views/live/liveAfteraSales/index.vue

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