diff --git a/src/pages/userBind/np/naturePerson.vue b/src/pages/userBind/np/naturePerson.vue
index e65b0d3587a18f2154811817fcd32b087f82fa06..77484bc415ec658f5756dade548d1d463f45dce8 100644
--- a/src/pages/userBind/np/naturePerson.vue
+++ b/src/pages/userBind/np/naturePerson.vue
@@ -1031,11 +1031,11 @@ export default {
       this.isClear = isClear
       if (isClear) {
         // this.bank = {}
-        this.bandk.bank_account_num = ''
-        this.bandk.bank_account_name = ''
-        this.bandk.bank_card_type = ''
-        this.bandk.bank_full_name = ''
-        this.bandk.bank_branch_name = ''
+        this.bank.bank_account_num = ''
+        this.bank.bank_account_name = ''
+        this.bank.bank_card_type = ''
+        this.bank.bank_full_name = ''
+        this.bank.bank_branch_name = ''
       }
       this.showModalValue = i
     },