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