修改bug

prod
wangwei 2 years ago
parent e3438c854f
commit 96e19aa1fc

@ -152,7 +152,7 @@
</el-col>
</el-row>
<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="noPassRegister"></el-button>
</span>
@ -261,6 +261,10 @@ export default {
onSubmit() {
this.getList();
},
closeDialogVisible(){
this.centerDialogVisible=false;
this.getList();
},
getList() {
this.loading = true;
registerList(this.filterQuery)

Loading…
Cancel
Save