diff --git a/sgzb-ui/src/store/modules/user.js b/sgzb-ui/src/store/modules/user.js index 450e7b95..ae52cf32 100644 --- a/sgzb-ui/src/store/modules/user.js +++ b/sgzb-ui/src/store/modules/user.js @@ -115,7 +115,7 @@ const user = { getInfo().then(async res => { const href = window.location.href if (!href.includes('resetPassword') && JSON.parse(localStorage.getItem('isReset'))) { - // await checkPasswordStatus() + await checkPasswordStatus() } const user = res.user diff --git a/sgzb-ui/src/views/claimAndreturn/return/receive/component/handlePage.vue b/sgzb-ui/src/views/claimAndreturn/return/receive/component/handlePage.vue index e9de4048..2533ada2 100644 --- a/sgzb-ui/src/views/claimAndreturn/return/receive/component/handlePage.vue +++ b/sgzb-ui/src/views/claimAndreturn/return/receive/component/handlePage.vue @@ -114,9 +114,6 @@ prop="lotName" show-overflow-tooltip > - + {}) })