通知公告
This commit is contained in:
@@ -31,7 +31,6 @@ export default {
|
||||
},
|
||||
created() {
|
||||
document.title = "接收对象";
|
||||
this.$loading()
|
||||
this.injectJWeixin().then(() => {
|
||||
this.getList();
|
||||
})
|
||||
@@ -46,7 +45,6 @@ export default {
|
||||
}).then(res => {
|
||||
if (res && res.data) {
|
||||
this.list = res.data;
|
||||
this.$hideLoading()
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user