guhongwei 3 年之前
父節點
當前提交
b76b824618
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 {