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