From 0e8eb5dd1f71810a8fde63374f5d43ccfdf6d1c4 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Fri, 25 Apr 2025 09:09:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E8=B4=A7=E9=80=9A=E7=9F=A5=E5=8D=95?= =?UTF-8?q?=E6=98=8E=E7=BB=86=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/ecss/codelnotify.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/ecss/codelnotify.vue b/src/views/modules/ecss/codelnotify.vue index 671807a..3f55112 100644 --- a/src/views/modules/ecss/codelnotify.vue +++ b/src/views/modules/ecss/codelnotify.vue @@ -1803,7 +1803,7 @@ // 双击选中子物料 getComponentRowData (row) { this.updateDetailModel.partDescription = row.partDesc - this.updateDetailModel.pa = row.sku + this.updateDetailModel.pn = row.sku this.updateDetailModel.partNo = row.partNo this.componentPartModelFlag = false },