소스 검색

退款订单订单状态显示

lxb 20 시간 전
부모
커밋
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;
     });