소스 검색

订单状态和拉黑

yuhongqi 5 일 전
부모
커밋
e08816021b
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/live/liveAfteraSales/index.vue
  2. 1 1
      src/views/live/liveConsole/index.vue

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

@@ -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;
     });
 

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

@@ -1119,7 +1119,7 @@ export default {
         confirmButtonText: "确定",
         cancelButtonText: "取消",
         type: "warning"
-      }).then(function() {
+      }).then(() => {
         let msg = {
           msg: "",
           liveId: this.liveId,