From 906ce2b0f04e1c8a90b88d469d85858468da9719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E9=B9=8F?= Date: Sat, 7 Sep 2024 15:21:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AF=86=E7=A0=81=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=A1=B5=E5=8D=B8=E8=BD=BD=E6=9C=AA=E6=B8=85=E7=A9=BA?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E5=88=97=E8=A1=A8bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/passwordList/passwordList.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)