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