qushaowei
2025-06-19 737030d16106d6ceef9ec1da8d2577f913cdbbd3
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) {