添加 刷新通讯录功能,用于解决冗余数据问题。
This commit is contained in:
@@ -568,7 +568,7 @@
|
|||||||
},
|
},
|
||||||
updateContacts() {
|
updateContacts() {
|
||||||
this.$message.info('正在更新通讯录...');
|
this.$message.info('正在更新通讯录...');
|
||||||
axios.post('/contacts/api/contacts/update')
|
axios.post('/contacts/api/update')
|
||||||
.then(res => {
|
.then(res => {
|
||||||
if (res.data.success) {
|
if (res.data.success) {
|
||||||
this.$message.success('通讯录更新成功!');
|
this.$message.success('通讯录更新成功!');
|
||||||
|
|||||||
Reference in New Issue
Block a user