Browse Source

屏蔽报错

yuhongqi 2 ngày trước cách đây
mục cha
commit
3ed171e861
1 tập tin đã thay đổi với 6 bổ sung6 xóa
  1. 6 6
      src/views/live/order/index.vue

+ 6 - 6
src/views/live/order/index.vue

@@ -806,12 +806,12 @@ export default {
     // })
 
     // 初始化档期归属列表
-    getTcmScheduleList().then(response => {
-      this.scheduleOptions = response.data || []
-    }).catch(error => {
-      console.error('获取档期归属列表失败:', error)
-      this.scheduleOptions = []
-    })
+    // getTcmScheduleList().then(response => {
+    //   this.scheduleOptions = response.data || []
+    // }).catch(error => {
+    //   console.error('获取档期归属列表失败:', error)
+    //   this.scheduleOptions = []
+    // })
 
     // 初始化小程序列表
     this.getAppMallOptions()