cuilei
2 天以前 84bd2806feecfe7938fcdf91469e025a8e7f5749
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');