|
|
|
@ -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)
|
|
|
|
|