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