seimin пре 3 година
родитељ
комит
8d17a2bac0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/AppIndex.vue

+ 1 - 1
src/views/AppIndex.vue

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