guhongwei 3 years ago
parent
commit
ff4e93a459
1 changed files with 1 additions and 1 deletions
  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' ]),
       pf: computed([ '1', '-2' ]),
       hs: computed([ '3', '4' ]),
-      zs: computed([ '5', '6' ]),
+      zs: computed([ '5', '6' ,'7']),
     };
     return obj;
   }