|
@@ -488,6 +488,7 @@ var vm = new Vue({
|
|
|
// 原有赋值回显逻辑
|
|
|
_this.form.oldPhone = res.info.phone ? res.info.phone : ''
|
|
|
_this.form.companyName = res.info.company ? res.info.company : ''
|
|
|
+ _this.form.companyType = res.data.companyType ? res.data.companyType.split(',') : []
|
|
|
if (res.info.position) {
|
|
|
if (jobJson.indexOf(res.info.position) == -1) {
|
|
|
// _this.form.job = '其他'
|