提示信息处理

This commit is contained in:
zhaoxiao
2021-09-29 17:15:39 +08:00
parent c5c7f56540
commit 6a69b17709
8 changed files with 9 additions and 9 deletions
@@ -126,7 +126,7 @@ export default {
if (res.success) {
this.memberList = res.result
} else {
console.log(res.message)
this.$message.warn(res.message)
}
}).finally(() => {
this.confirmLoading = false