事件添加

This commit is contained in:
zhaofang
2022-11-15 17:09:30 +08:00
parent 145b2988f7
commit 0001f411fe
8 changed files with 251 additions and 24 deletions

View File

@@ -138,6 +138,7 @@
allClear() {
apiMessage.cleanAll().then(res=>{
if(res.status == 200) {
this.modalShow = false;
this.$emit('loadMessage');
}
})