dedsudiyu 3 月之前
父節點
當前提交
d0fa6c3e9e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages_safetyCheck/views/inspectManage/inspectList.vue

+ 1 - 1
pages_safetyCheck/views/inspectManage/inspectList.vue

@@ -595,7 +595,7 @@
 				obj.deptId = this.deptData.id ? this.deptData.id : '';
 				obj.searchValue = this.searchValue ? this.searchValue : '';
 				obj.levelId = this.levelId ? this.levelId : '';
-				if (this.manageStatus == 0 || this.manageStatus == 2) {
+				if (this.manageStatus == 0 || this.manageStatus == 1 || this.manageStatus == 2) {
 					obj.manageStatus = this.manageStatus;
 				} else {
 					obj.manageStatus = '';