e.detail.value
This commit is contained in:
@@ -413,8 +413,8 @@ export default {
|
||||
},
|
||||
|
||||
idNumberChange(e) {
|
||||
if(e.length) {
|
||||
this.getOwnerInfo(e)
|
||||
if(e.detail.value.length) {
|
||||
this.getOwnerInfo(e.detail.value)
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user