|
@@ -379,7 +379,7 @@ var vmSolution = new Vue({
|
|
_this.form.name = res.data.name ? res.data.name : ''
|
|
_this.form.name = res.data.name ? res.data.name : ''
|
|
_this.form.phone = res.data.phone ? res.data.phone : ''
|
|
_this.form.phone = res.data.phone ? res.data.phone : ''
|
|
_this.form.companyName = res.data.company ? res.data.company : ''
|
|
_this.form.companyName = res.data.company ? res.data.company : ''
|
|
- _this.form.branch = res.data.branch
|
|
|
|
|
|
+ _this.form.branch = res.data.branch || ''
|
|
if (res.data.position) {
|
|
if (res.data.position) {
|
|
if (jobJson.indexOf(res.data.position) == -1) {
|
|
if (jobJson.indexOf(res.data.position) == -1) {
|
|
// _this.form.job = '其他'
|
|
// _this.form.job = '其他'
|