Commit be1915ed authored by 张伯涛's avatar 张伯涛

代码注释

parent 72528d8d
...@@ -114,14 +114,12 @@ export default { ...@@ -114,14 +114,12 @@ export default {
const params = { const params = {
businessId: this.$store.getters.loginId businessId: this.$store.getters.loginId
} }
console.log('11111111', this.$store.getters.loginId)
updatePassword(params).then(res => { updatePassword(params).then(res => {
}) })
this.$message.success('密码修改成功!') this.$message.success('密码修改成功!')
// this.$store.dispatch('FedLogOut').then(() => { this.$store.dispatch('FedLogOut').then(() => {
// location.reload() location.reload()
// }) })
} }
}) })
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment