@ -224,6 +224,7 @@ export default {
},
mounted() {
this.openShow = this.showDialog;
this.init()
methods: {
init() {
@ -345,7 +345,6 @@ export default {
this.data = res.data.data.records;
this.loading = false;
this.page.total = res.data.data.total;
this.selectionClear();
}).catch(() => {
});