lilei 4 anni fa
parent
commit
a4fc2458f3
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      pages/spotCheckCenter/spotChecking.vue

+ 2 - 1
pages/spotCheckCenter/spotChecking.vue

@@ -154,7 +154,8 @@ export default {
 				pageNo: this.pageNo,
 				pageNo: this.pageNo,
 				pageSize: this.pageSize,
 				pageSize: this.pageSize,
 				type: 'POINT_INSPECTION', // 任务类型
 				type: 'POINT_INSPECTION', // 任务类型
-				status: this.typeId=='1'?'':this.typeId // 任务状态
+				status: this.typeId=='1'?'':this.typeId ,// 任务状态
+				inspectorId: 1
 			};
 			};
 			this.status = 'loading';
 			this.status = 'loading';
 			getTasksList(params).then(res => {
 			getTasksList(params).then(res => {