Explorar el Código

fix: [State.READY]: [-1, 0]

fenghao hace 3 años
padre
commit
b46cec94c8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/api/base.js

+ 1 - 1
src/api/base.js

@@ -22,7 +22,7 @@ export function addTenant (data) {
 }
 
 const Status = {
-  [State.READY]: [0],
+  [State.READY]: [-1, 0],
   [State.SUBMITTED]: [1],
   [State.RESOLVED]: [2],
   [State.REJECTED]: [3, 4, 5],