src/views/tms/modules/WarehouseModal.vue
@@ -20,6 +20,12 @@
    components: {
      WarehouseForm
    },
    props: {
      treeSelected: {
        type: Object,
        default: {}
      }
    },
    data () {
      return {
        title:'',
@@ -29,10 +35,10 @@
      }
    },
    methods: {
      add () {
      add (nextSeq) {
        this.visible=true
        this.$nextTick(()=>{
          this.$refs.realForm.add();
          this.$refs.realForm.add(this.treeSelected, nextSeq);
        })
      },
      edit (record) {