|
|
@@ -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()
|