Parcourir la source

工作汇报新增互动评论

qymljy il y a 1 an
Parent
commit
43d0483230
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  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,
+            })
+          }
         }
       }