zhaowei
2025-06-25 872362acd0e306bb2150d72cce1b556d272e6ba5
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) {