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

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

@@ -93,7 +93,7 @@ export default {
   data: function() {
     return {
       // 显示
-      display: 'projectDetail',
+      display: 'list',
       opera: [
         {
           label: '查看项目征集',
@@ -140,35 +140,7 @@ export default {
       ],
       prolist: [],
       prototal: 0,
-      projectDetail: {
-        content: '研究内容',
-        coopera_company: '合作单位',
-        coopera_phone: '联系电话',
-        coopera_user: '联系人',
-        create_time: '2021-02-09 21:00:01',
-        field: '新材料',
-        id: '602293f70cd49bc0d4f9354f',
-        influence: '经济效益',
-        meta: Object,
-        name: '测试项目12',
-        pro_phone: '17096670503',
-        pro_user: '测试联系人',
-        proposal_company: '建议单位',
-        proposal_phone: '联系电话',
-        proposal_user: '联系人',
-        question_id: Object,
-        quota: '核心指标',
-        route: '技术路线',
-        scale: '1',
-        sign: '立项背景',
-        status: '1',
-        techol_level: '国际领先',
-        techol_stage: '理论研究',
-        user_id: '6022220ec84611b778e39911',
-        work_basics: '前期基础',
-        __v: 0,
-        _id: '602293f70cd49bc0d4f9354f',
-      },
+      projectDetail: {},
     };
   },
   async created() {