cuilei
昨天 1b8399357869093ce21b285a921525651c46b2c3
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) {