Ver código fonte

修改接口

seimin 3 anos atrás
pai
commit
8d17a2bac0
1 arquivos alterados com 1 adições e 1 exclusões
  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 = [];