| | |
| | | let userId = selection.map((item) => item.userId); |
| | | getInfoById(userId).then((response) => { |
| | | this.form = response.data; |
| | | if(this.form.xiyan == null){ |
| | | this.form.xiyan ="1" |
| | | } |
| | | if(this.form.xiyanpinlv == null){ |
| | | this.form.xiyanpinlv ="0" |
| | | } |
| | | if(this.form.xiyanyear == null){ |
| | | this.form.xiyanyear ="0" |
| | | } |
| | | if(this.form.yinjiu == null){ |
| | | this.form.yinjiu ="1" |
| | | } |
| | | if(this.form.yinjiupinlv == null){ |
| | | this.form.yinjiupinlv ="0" |
| | | } |
| | | if(this.form.yinjiuyear == null){ |
| | | this.form.yinjiuyear ="0" |
| | | } |
| | | this.form.tjAskHistorysList = response.data.tjAskHistorysList; |
| | | // this.isdisabled= true |
| | | }); |