|
@@ -98,7 +98,7 @@ export default {
|
|
|
name: '',
|
|
|
bankAccount: '',
|
|
|
address: '',
|
|
|
- ability: '',
|
|
|
+ ability: [],
|
|
|
resource: [],
|
|
|
photo: [],
|
|
|
photoUrl: '',
|
|
@@ -159,7 +159,7 @@ export default {
|
|
|
console.log(res)
|
|
|
notify('success', '认证信息上传成功')
|
|
|
}).catch(error => {
|
|
|
- notify('error', error.data.msg)
|
|
|
+ notify('error', error.data)
|
|
|
})
|
|
|
},
|
|
|
//取消修改表单,表单进入不可编辑状态,不再使用
|