wkw hace 7 meses
padre
commit
f77f54a02e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/postPush/postPush.vue

+ 1 - 1
src/components/postPush/postPush.vue

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