@@ -247,7 +247,8 @@
this.$modal.msgSuccess('上传失败');
this.showComplete=false;
})
- this.getData();
+ this.tableData = [];
+ this.getData(1);
this.$forceUpdate()
},
// 单个公告详情点击事件