|
@@ -604,7 +604,7 @@ export default {
|
|
|
localStorage.setItem('powerGrade', res.data.positionId);
|
|
localStorage.setItem('powerGrade', res.data.positionId);
|
|
|
this.GZQuota = false;
|
|
this.GZQuota = false;
|
|
|
this.JZQuota = false;
|
|
this.JZQuota = false;
|
|
|
- this.YFQuota = res.data.postType == 'Y' ? true : false;
|
|
|
|
|
|
|
+ this.YFQuota = res.data.postType == 'YF' ? true : false;
|
|
|
if (res.data.postType == 'JZ') {
|
|
if (res.data.postType == 'JZ') {
|
|
|
this.JZQuota = true;
|
|
this.JZQuota = true;
|
|
|
} else if (res.data.postType == 'GZ') {
|
|
} else if (res.data.postType == 'GZ') {
|