guhongwei hace 3 años
padre
commit
ff4e93a459
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/service/achieve_apply.js

+ 1 - 1
app/service/achieve_apply.js

@@ -104,7 +104,7 @@ class Achieve_applyService extends CrudService {
       cs: computed([ '0', '-1' ]),
       cs: computed([ '0', '-1' ]),
       pf: computed([ '1', '-2' ]),
       pf: computed([ '1', '-2' ]),
       hs: computed([ '3', '4' ]),
       hs: computed([ '3', '4' ]),
-      zs: computed([ '5', '6' ]),
+      zs: computed([ '5', '6' ,'7']),
     };
     };
     return obj;
     return obj;
   }
   }