Commit 15189ab7 authored by 王's avatar

增加同步用户信息成功提示信息

parent 945e83dc
...@@ -169,8 +169,13 @@ ...@@ -169,8 +169,13 @@
}, },
syncUser(){ syncUser(){
this.loading = true this.loading = true
getSyncUserApi().then(()=>{ getSyncUserApi().then((data)=>{
this.loading = false this.loading = false
this.$message({
showClose: true,
message: `已更新${data}条用户数据`,
type: 'success'
})
}).catch(()=>{ }).catch(()=>{
this.loading = false this.loading = false
}) })
......
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