|
@@ -2139,8 +2139,8 @@ a {
|
|
|
},
|
|
|
'$route'(to, from) {
|
|
|
if (to.path === '/list') {
|
|
|
- const { messageTaskId } = to.query
|
|
|
- console.log(messageTaskId, '<======== messageTaskId')
|
|
|
+ const { messageTaskId, ganttData } = to.query
|
|
|
+ console.log(messageTaskId, ganttData, '<======== messageTaskId')
|
|
|
if(messageTaskId && this.user.companyId == 876) {
|
|
|
this.openTheReviewPopUpWindowSeparately(messageTaskId, ganttData)
|
|
|
}
|
|
@@ -6317,6 +6317,7 @@ a {
|
|
|
|
|
|
const { messageTaskId, ganttData } = this.$route.query
|
|
|
if(this.user.companyId == 876 && messageTaskId) {
|
|
|
+ console.log(ganttData)
|
|
|
this.openTheReviewPopUpWindowSeparately(messageTaskId, ganttData)
|
|
|
}
|
|
|
},
|