guhongwei 4 years ago
parent
commit
9798de7b72
1 changed files with 2 additions and 28 deletions
  1. 2 28
      src/views/superAdminCenter/investigation/index.vue

+ 2 - 28
src/views/superAdminCenter/investigation/index.vue

@@ -90,7 +90,7 @@ export default {
   data: function() {
     return {
       // 显示
-      display: 'projectDetail',
+      display: 'list',
       opera: [
         {
           label: '查看项目征集',
@@ -137,33 +137,7 @@ export default {
       ],
       prolist: [],
       prototal: 0,
-      projectDetail: {
-        content: '研究内容',
-        coopera_company: '合作单位',
-        coopera_phone: '合作单位联系电话',
-        coopera_user: '合作单位联系人',
-        create_time: '2021-02-08 15:01:33',
-        field: '电子信息技术',
-        id: '6020e30dea6754a4a83c18df',
-        influence: '经济效益',
-        meta: Object,
-        name: '测试项目',
-        pro_phone: '17096670503',
-        pro_user: '测试单位',
-        project_back: '项目背景',
-        proposal_company: '建议单位',
-        proposal_phone: '建议单位联系电话',
-        proposal_user: '建议单位联系人',
-        question_id: Object,
-        quota: '核心指标',
-        route: '技术路线',
-        scale: '100',
-        sign: '立项意义',
-        techol_level: '国际领先',
-        techol_stage: '理论研究',
-        user_id: '601fa4ed1a45febbf084f439',
-        work_basics: '前期基础',
-      },
+      projectDetail: {},
     };
   },
   async created() {