|
@@ -214,8 +214,8 @@ export default {
|
|
|
// }
|
|
|
},
|
|
|
async report_return() { // 新建模版点击返回
|
|
|
- const res = await reportdelivertestGetReportById(this.dailyId)
|
|
|
- if (res.code === 200) this.daily_taskIds = res.data.taskIds || null
|
|
|
+ // const res = await reportdelivertestGetReportById(this.dailyId)
|
|
|
+ // if (res.code === 200) this.daily_taskIds = res.data.taskIds || null
|
|
|
this.reportHome = '提测报告' // 步骤条
|
|
|
this.showOne = true // 模版选择
|
|
|
this.newDailyTemplate = false // 隐藏第二步
|