소스 검색

Merge branch 'deploy' of http://git.chelingzhu.com/chelingzhu-web/storeCheck-app into deploy

chenrui 4 년 전
부모
커밋
5cb2945627
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 => {