zhangherong
21 小时以前 7282d4b49f4577c6807a78bdd6e705feb2fe0e2c
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');