From 26d89006e17ea24b89c47f8f17314f31fdde6118 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Wed, 17 Sep 2025 17:21:11 +0800 Subject: [PATCH] =?UTF-8?q?2025-09-17=20Routing=E5=8F=8D=E5=90=91=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E6=9B=B4=E6=96=B0=E6=9B=BF=E4=BB=A3=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/part/routingManagement.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/modules/part/routingManagement.vue b/src/views/modules/part/routingManagement.vue index 856b450..172800e 100644 --- a/src/views/modules/part/routingManagement.vue +++ b/src/views/modules/part/routingManagement.vue @@ -5271,6 +5271,7 @@ export default { this.toBecomeOfficialLoading = true syncRoutingInfoIfsToPlm(this.detailData).then(({data}) => { if (data && data.code === 0) { + this.detailData = data.rows.detailData this.subDetailList = data.rows.subDetailList this.toBecomeOfficialLoading = false this.$message({