src/views/lsw/modules/LswMaterialModal.vue
@@ -1,7 +1,7 @@ <template> <j-modal :title="title" :width="1200" :width="800" :visible="visible" :maskClosable="false" switchFullscreen @@ -13,7 +13,6 @@ </template> <script> import LswMaterialForm from './LswMaterialForm' export default { @@ -47,7 +46,7 @@ this.visible = false; }, handleOk () { this.$refs.realForm.handleOk(); this.$refs.realForm.submitForm(); }, submitCallback(){ this.$emit('ok');