|
@@ -460,6 +460,7 @@ export default {
|
|
|
.then(res => {
|
|
|
if (res.data.applyType === 'WORKER') {
|
|
|
this.name = res.data.nickName || ''
|
|
|
+ this.workerNumber = res.data.workerNumber || ''
|
|
|
this.bankAccount = res.data.bankAccount || ''
|
|
|
this.idcard = res.data.idCard || ''
|
|
|
this.idCardImg =
|