qinzhipeng_v 5 жил өмнө
parent
commit
6029e0d122

+ 6 - 5
src/views/projectManage/projectList/projectViewDetails.vue

@@ -207,7 +207,10 @@
                     <br>
                     <br>
                     {{ item.mtime | dateStr }}
                     {{ item.mtime | dateStr }}
                   </div>
                   </div>
-                  <p style="white-space:pre-line;">{{ item.description }}</p></li>
+                  <p style="white-space:pre-line;">
+                    <pre style="height">{{ item.description }}</pre>
+                  </p>
+                </li>
               </ul>
               </ul>
             </div>
             </div>
           </el-tab-pane>
           </el-tab-pane>
@@ -1020,7 +1023,7 @@ export default {
     },
     },
     NoOwnership() {
     NoOwnership() {
       taskList({
       taskList({
-        belongingProject: Number(this.projectId[1]),
+        taskId: Number(this.projectId[1]),
         noRequire: true,
         noRequire: true,
         curIndex: this.curIndex,
         curIndex: this.curIndex,
         pageSize: this.pageSize
         pageSize: this.pageSize
@@ -1036,9 +1039,7 @@ export default {
       // 归属需求任务
       // 归属需求任务
       this.loading = true
       this.loading = true
       requirementQueryRequirementInfoList({
       requirementQueryRequirementInfoList({
-        belongingProject: Number(this.projectId[1]),
-        curIndex: this.curIndex,
-        pageSize: this.pageSize
+        belongingProject: Number(this.projectId[1])
       }).then(res => {
       }).then(res => {
         this.tableData = res.data.list
         this.tableData = res.data.list
         this.total = res.data.total
         this.total = res.data.total