修复密码列表页卸载未清空密码列表bug
This commit is contained in:
parent
b4ffb0df32
commit
906ce2b0f0
@ -95,7 +95,8 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
...mapActions(useBasicStore, ['routeJump', 'getDeviceInfo', 'getNetworkType']),
|
...mapActions(useBasicStore, ['routeJump', 'getDeviceInfo', 'getNetworkType']),
|
||||||
...mapActions(useLockStore, ['getPasswordList', 'updateCurrentPasswordInfo', 'updatePasswordSearch', 'getPasswordStatus']),
|
...mapActions(useLockStore, ['getPasswordList', 'updateCurrentPasswordInfo', 'updatePasswordSearch',
|
||||||
|
'getPasswordStatus', 'clearList']),
|
||||||
...mapActions(useBluetoothStore, ['resetLockPassword', 'setLockPassword', 'closeBluetoothConnection']),
|
...mapActions(useBluetoothStore, ['resetLockPassword', 'setLockPassword', 'closeBluetoothConnection']),
|
||||||
toPasswordDetail(password) {
|
toPasswordDetail(password) {
|
||||||
this.updateCurrentPasswordInfo(password)
|
this.updateCurrentPasswordInfo(password)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user