zhangherong
6 天以前 729b38ccaa1439af3f23b8457a6ec2271d1e9c1a
src/views/lsw/modules/LswMaterialInboundModal.vue
@@ -29,10 +29,10 @@
      }
    },
    methods: {
      add () {
      add (inboundCategory) {
        this.visible=true
        this.$nextTick(()=>{
          this.$refs.realForm.add();
          this.$refs.realForm.add(inboundCategory);
        })
      },
      edit (record) {