|
@@ -373,7 +373,6 @@ export default {
|
|
|
},
|
|
|
|
|
|
create_code(e) {
|
|
|
- console.log(e.radio)
|
|
|
if (e.radio !== undefined) {
|
|
|
if (e.radio === '1') {
|
|
|
this.$router.push({ path: '/Platform/presentation/presentationReport', query: { task: e }}) // 服务端提测
|
|
@@ -403,7 +402,7 @@ export default {
|
|
|
this.$router.push({ path: '/Platform/presentation/PresentReport', query: { task: ele }}) // 客户端提测
|
|
|
break
|
|
|
case 2:
|
|
|
- this.$router.push({ path: '/Platform/presentation/DailyNewsAdded', query: { task: ele }}) // 客户端日报
|
|
|
+ this.$router.push({ path: '/Platform/presentation/DailyNewsAdded', query: { task: ele, taskId: ele.id }}) // 客户端日报
|
|
|
break
|
|
|
case 3:
|
|
|
this.$router.push({ path: '/Platform/presentation/ClientAcceptance', query: { task: ele }}) // 客户端准出
|
|
@@ -418,7 +417,7 @@ export default {
|
|
|
this.$router.push({ path: '/Platform/presentation/presentationReport', query: { task: ele }}) // 服务端提测
|
|
|
break
|
|
|
case 2:
|
|
|
- this.$router.push({ path: '/Platform/presentation/DailyNewsAdded', query: { task: ele }}) // 服务端日报
|
|
|
+ this.$router.push({ path: '/Platform/presentation/DailyNewsAdded', query: { task: ele, taskId: ele.id }}) // 服务端日报
|
|
|
break
|
|
|
case 3:
|
|
|
this.$router.push({ path: '/Platform/presentation/Acceptance', query: { task: ele }}) // 服务端准出
|