瀏覽代碼

修改接口

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 = [];