瀏覽代碼

bug 修复

lilei 4 年之前
父節點
當前提交
a4fc2458f3
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      pages/spotCheckCenter/spotChecking.vue

+ 2 - 1
pages/spotCheckCenter/spotChecking.vue

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