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 = '';