瀏覽代碼

Merge branch 'http_mock' of git.xiaojukeji.com:jacklijiajia/thoth-frontend into http_mock

qinzhipeng_v 5 年之前
父節點
當前提交
a05a55631c

+ 1 - 1
src/views/Platform/presentation/ResultPageyL.vue

@@ -373,7 +373,7 @@ export default {
     padding: 2%;
   }
   .eleStyle {
-    width: 80%;
+    width: 100%;
     height:100%;
     display: inline-block;
     font-size: 14px;

+ 1 - 1
src/views/Platform/presentation/acceptTheReport.vue

@@ -186,7 +186,7 @@ export default {
     padding: 2%;
   }
   .eleStyle_one {
-    width: 80%;
+    width: 100%;
     height:100%;
     display: inline-block;
     font-size: 14px;

+ 3 - 2
src/views/projectManage/taskList/taskViewDetails.vue

@@ -433,7 +433,7 @@ export default {
       priorityColors: ['#F56C6C', '#FF8952', '#7ED321'],
       statusColors: ['#6AB4FF', '#6AB4FF', '#FFCC66', '#7ED321', '#F56C6C'],
       curIndex: 1,
-      pageSize: 8,
+      pageSize: 15,
       task_form: {
         statusString: '未开始',
         describe: '',
@@ -936,7 +936,8 @@ export default {
           }
         })
       } else {
-        bugList({ status: e, taskId: Number(this.taskId[1]) }).then(res => {
+        this.curIndex = 1
+        bugList({ status: e, taskId: Number(this.taskId[1]), pageSize: this.pageSize, curIndex: this.curIndex }).then(res => {
           if (res.code === 200) {
             if (res.data !== null) {
               this.colorSty = ''