qinzhipeng_v %!s(int64=5) %!d(string=hai) anos
pai
achega
2a2adaef79

+ 2 - 2
src/views/newWeb/index.vue

@@ -15,8 +15,8 @@ export default {
   },
   computed: {
     envUrl() {
-      return ' http://cp-stable.intra.xiaojukeji.com/project/' // 线下
-      // return ' http://cp-pre.intra.xiaojukeji.com/project/' // 线上
+      // return ' http://cp-stable.intra.xiaojukeji.com/project/' // 线下
+      return ' http://cp-pre.intra.xiaojukeji.com/project/' // 线上
     }
   },
   mounted() {

+ 8 - 8
src/views/projectManage/requirement/list/index.vue

@@ -99,7 +99,7 @@
         </el-table-column>
         <el-table-column prop="belongingProjectName" label="归属的项目" min-width="140" show-overflow-tooltip align="center">
           <template v-slot="scope">
-            {{ getProjectName(scope.row.belongingProject) }}
+            {{ scope.row.belongingProjectName }}
           </template>
         </el-table-column>
         <el-table-column prop="pm" label="PM" min-width="100" show-overflow-tooltip align="center">
@@ -297,13 +297,13 @@ export default {
       })
       this.getTableData()
     },
-    getProjectName(id) {
-      const ret = this.projectOb[id]
-      if (typeof ret === 'undefined') {
-        return '无归属项目'
-      }
-      return ret
-    },
+    // getProjectName(id) {
+    //   const ret = this.projectOb[id]
+    //   if (typeof ret === 'undefined') {
+    //     return '无归属项目'
+    //   }
+    //   return ret
+    // },
     getBizName(id) {
       const ret = this.bizTypeOb[id]
       if (typeof ret === 'undefined') {