修改bug

prod
wangwei 2 years ago
parent 77c31ce9ca
commit 0345954d07

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

Loading…
Cancel
Save