Browse Source

工作汇报新增互动评论

qymljy 1 year ago
parent
commit
43d0483230
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/views/message/index.vue

+ 6 - 0
src/views/message/index.vue

@@ -209,6 +209,12 @@ export default {
               }
             })
           })
+        }else {
+          if (this.message.link.listPath === '/workreport'){
+            this.$router.push({
+              path:this.message.link.listPath,
+            })
+          }
         }
       }