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