cuilei
2025-06-03 f43aeaa3b3960e7b886023a41bd799fce7232ce5
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) {