cuijian
2025-06-18 4af716ae6ae5858fe5b0cffba21483a6dc44e90d
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) {