guhongwei 3 years ago
parent
commit
b76b824618
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/twoweb/service/question/index.vue

+ 1 - 1
src/views/twoweb/service/question/index.vue

@@ -76,7 +76,7 @@ export default {
           this.$router.push({ path: '/twoweb/service/helpCompany/detail', query: { id: data.id } });
         } else if (data.title == '企业科技创新能力评价调查问卷') {
           this.$router.push({ path: '/twoweb/service/made/detail', query: { id: data.id } });
-        } else if (data.title == '“院省合作”-企业需求调查表') {
+        } else if (data.title == '“院省合作”-企业需求调查表 -2021') {
           this.$router.push({ path: '/twoweb/service/comDemand/detail', query: { id: data.id } });
         }
       } else {