瀏覽代碼

no message

zhujindu 8 月之前
父節點
當前提交
e0c35be0a0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/agentList/visitHistoryDetail.vue

+ 1 - 0
src/views/agentList/visitHistoryDetail.vue

@@ -299,6 +299,7 @@ export default {
     onClickLeft() {
       // 从代办消息列表来-返回拜访历史列表
       if (this.$route.query.loginName) {
+        console.log(this.$router);
         this.$router.push({
           path: '/infoHistorVisit',
         });