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) {