@@ -195,7 +195,9 @@
const arr = [];
arr[0]=item.broad_id
setisread({broadIds:arr}).then(res=>{
+ this.tableData = [];
this.getData(1);
+ this.$forceUpdate()
})
},
@@ -243,12 +245,13 @@
remindBroadFinish(this.formData).then(res=>{
this.$modal.msgSuccess('上传成功');
this.showComplete=false;
+ this.getData(1);
}).catch(err=>{
this.$modal.msgSuccess('上传失败');
- this.getData();
- this.$forceUpdate()
// 单个公告详情点击事件
onNoticeClick(val) {