@ -69,6 +69,7 @@
@close='closeDialog'
:close-on-click-modal="false"
:close-on-press-escape="false"
:before-close="handleClose"
>
<supCompanyEdit
:closeDialog="closeDialog"
@ -160,6 +161,10 @@ export default {
hideSearch() {
this.showSearch = !this.showSearch;
},
handleClose(){
this.supCompanyVisible=false;
this. getList();
getList() {
this.loading = true;
getSupComapnys(this.filterQuery)