diff --git a/pages/passwordList/passwordList.vue b/pages/passwordList/passwordList.vue index a380201..3ed0ea8 100644 --- a/pages/passwordList/passwordList.vue +++ b/pages/passwordList/passwordList.vue @@ -95,7 +95,8 @@ export default { }, methods: { ...mapActions(useBasicStore, ['routeJump', 'getDeviceInfo', 'getNetworkType']), - ...mapActions(useLockStore, ['getPasswordList', 'updateCurrentPasswordInfo', 'updatePasswordSearch', 'getPasswordStatus']), + ...mapActions(useLockStore, ['getPasswordList', 'updateCurrentPasswordInfo', 'updatePasswordSearch', + 'getPasswordStatus', 'clearList']), ...mapActions(useBluetoothStore, ['resetLockPassword', 'setLockPassword', 'closeBluetoothConnection']), toPasswordDetail(password) { this.updateCurrentPasswordInfo(password)