|
|
@@ -473,7 +473,7 @@ export default {
|
|
|
this.postPushForm.salaryRange = obj.salaryRange
|
|
|
this.postPushForm.positionTag = obj.positionTag.split(',')
|
|
|
// this.postPushForm.industry = obj.industry
|
|
|
- this.postPushForm.welfareTag = obj.welfareTag.split(',')
|
|
|
+ this.postPushForm.welfareTag = obj.welfareTag.split(';')
|
|
|
this.postPushForm.positionDetails = obj.positionDetails
|
|
|
this.postPushForm.province = obj.province
|
|
|
this.postPushForm.city = obj.city
|