|
@@ -568,7 +568,7 @@
|
|
|
province: this.stationName.province,
|
|
province: this.stationName.province,
|
|
|
city: this.stationName.city,
|
|
city: this.stationName.city,
|
|
|
county: this.stationName.district,
|
|
county: this.stationName.district,
|
|
|
- companyId:this.companyId,
|
|
|
|
|
|
|
+ companyId:(this.companyId === undefined || this.companyId === 'undefined') ? '' : this.companyId,
|
|
|
salaryTimes:this.salaryTimes
|
|
salaryTimes:this.salaryTimes
|
|
|
|
|
|
|
|
};
|
|
};
|