hyingbo
2025-07-10 b1789a275504ef69b4ad09ac2ec49332bc19b74d
src/views/tms/modules/WarehouseModal.vue
@@ -35,10 +35,10 @@
      }
    },
    methods: {
      add () {
      add (nextSeq) {
        this.visible=true
        this.$nextTick(()=>{
          this.$refs.realForm.add(this.treeSelected);
          this.$refs.realForm.add(this.treeSelected, nextSeq);
        })
      },
      edit (record) {