bug修改

master
wangwei 2 years ago
parent 5f97d7c339
commit 4e4e6e1f86

@ -248,6 +248,7 @@
:visible.sync="centerDialogVisible" :visible.sync="centerDialogVisible"
:close-on-click-modal="false" :close-on-click-modal="false"
:close-on-press-escape="false" :close-on-press-escape="false"
:before-close="Refresh"
width="60%" width="60%"
center center
> >
@ -593,6 +594,11 @@ export default {
this.filterQuery.page = 1; this.filterQuery.page = 1;
this.getList(); this.getList();
}, },
Refresh(){
this.centerDialogVisible=false;
this.getList();
},
getList() { getList() {
this.loading = true; this.loading = true;
selectReslist(this.filterQuery) selectReslist(this.filterQuery)
@ -795,7 +801,7 @@ export default {
type: "success", type: "success",
message: "审核成功!", message: "审核成功!",
}); });
this.centerDialogVisible = false; this.Refresh();
}else{ }else{
this.$message.error(res.message); this.$message.error(res.message);
} }

Loading…
Cancel
Save