src/views/tms/WarehouseList.vue
@@ -267,6 +267,12 @@ this.$bus.$off('getCurrSelected', this.handleGetCurrSelected); }, methods: { handleAdd: function () { const nextSeq = Number(this.dataSource[this.dataSource.length - 1].seq) + 1 this.$refs.modalForm.add(nextSeq); this.$refs.modalForm.title = "新增"; this.$refs.modalForm.disableSubmit = false; }, handleStatus(record) { getAction(this.url.list, { parentId: record.id }).then((res) => { if (res.success) {