|
@@ -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;
|
|
}
|
|
}
|