|
|
|
@ -171,6 +171,7 @@
|
|
|
|
|
:title="formManufacturerMap[formManufacturerName]"
|
|
|
|
|
:visible.sync="addInfoVisible"
|
|
|
|
|
width="80%"
|
|
|
|
|
:before-close="headClose"
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
v-if="addInfoVisible"
|
|
|
|
@ -516,6 +517,10 @@ export default {
|
|
|
|
|
this.manufacturerList = [];
|
|
|
|
|
this.getManufacturerList();
|
|
|
|
|
},
|
|
|
|
|
headClose(){
|
|
|
|
|
this.addInfoVisible = false;
|
|
|
|
|
this.getManufacturerList();
|
|
|
|
|
},
|
|
|
|
|
onManufacturerSubmit() {
|
|
|
|
|
this.manufacturerList = [];
|
|
|
|
|
this.getManufacturerList();
|
|
|
|
|