Преглед изворни кода

优化评分指标详情页获取事中接口

gaoxizhong пре 1 година
родитељ
комит
be80dc958a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/allcase/caseIndexList.vue

+ 1 - 1
src/views/allcase/caseIndexList.vue

@@ -195,7 +195,7 @@ export default {
       } else if (this.$route.path === '/reviewIndex-caseIndexList') {
         path = '/reviewIndex-caseViews'
       } else {
-        path = '/caseViews'
+        path = '/caseViews?type_v=v2'
       }
       this.goto(path);
     },