修改bug

prod
wangwei 2 years ago
parent e3438c854f
commit 96e19aa1fc

@ -152,7 +152,7 @@
</el-col> </el-col>
</el-row> </el-row>
<span slot="footer" class="dialog-footer" style="margin-top: 40px"> <span slot="footer" class="dialog-footer" style="margin-top: 40px">
<el-button @click="centerDialogVisible = false">取消</el-button> <el-button @click="closeDialogVisible"></el-button>
<el-button type="primary" @click="passRegister"></el-button> <el-button type="primary" @click="passRegister"></el-button>
<el-button type="primary" @click="noPassRegister"></el-button> <el-button type="primary" @click="noPassRegister"></el-button>
</span> </span>
@ -261,6 +261,10 @@ export default {
onSubmit() { onSubmit() {
this.getList(); this.getList();
}, },
closeDialogVisible(){
this.centerDialogVisible=false;
this.getList();
},
getList() { getList() {
this.loading = true; this.loading = true;
registerList(this.filterQuery) registerList(this.filterQuery)

Loading…
Cancel
Save