Преглед на файлове

-检测计划改为手动添加

jiangbiao преди 2 години
родител
ревизия
9668f80358
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      ui/src/views/task/inspection/dividePoint.vue

+ 3 - 0
ui/src/views/task/inspection/dividePoint.vue

@@ -177,6 +177,7 @@ export default {
         pageNum: 1,
         pageSize: 10,
         pointId: null,
+        planId: null,
         inspectionId: null,
         testValue: null,
         netTestValue: null,
@@ -213,6 +214,7 @@ export default {
         pageNum: 1,
         pageSize: 10,
         pointId: null,
+        planId: null,
         inspectionId: null,
         testValue: null,
         netTestValue: null,
@@ -303,6 +305,7 @@ export default {
         this.queryParams.repairId = null;
       }
       this.queryParams.inspectionId = null;
+      this.queryParams.planId = this.row.planId;
       listCheckpoints(this.queryParams).then(response => {
         this.leftData = response.rows;
         this.leftTotal = response.total;