Browse Source

修复了部分bug-取消部分跳转

JXDS18FUJT 2 years ago
parent
commit
0f762cee50
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/tool/reportDetail/index.vue

+ 2 - 2
src/views/tool/reportDetail/index.vue

@@ -85,9 +85,9 @@
                 <template slot-scope="scope">
 
 
-                    <router-link class="link-text" :to="'/tool/reportDetail?school='+scope.row.school+'&startTime='+(queryParams.startTime||'')+'&endTime='+(queryParams.endTime||'')">
+                  
                         {{ scope.row.schoolName }}
-                    </router-link>
+