@@ -986,7 +986,7 @@ export default {
deptId: item.deptId,
urgent: -1,
};
- if (this.speState.length > 0) {
+ if (this.speState.length === 1) {
postData.speState = this.speState.toString();
} else if (this.speState.length === 0) {
this.detailList = [];