From 63f4a02d9a2e070c0bf9847221cc466b27c62ad3 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 12 Nov 2025 08:59:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:route=E7=BC=96=E8=BE=91=E6=97=B6=E6=8E=92?= =?UTF-8?q?=E5=BA=8F=E8=87=AA=E5=8A=A8=E7=94=9F=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mtm/routepack_form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/mtm/routepack_form.vue b/src/views/mtm/routepack_form.vue index d8f2d936..ffce585a 100644 --- a/src/views/mtm/routepack_form.vue +++ b/src/views/mtm/routepack_form.vue @@ -338,7 +338,7 @@ export default { }, table_add() { let that = this; - that.count = this.$refs.tables.total; + that.count = this.$refs.tables.tableData.length; console.log("count",that.count); this.dialog.save = true; this.$nextTick(() => {