From 769ba15e9071b01cb53a65e8fdf4c8f37ac005b9 Mon Sep 17 00:00:00 2001 From: xyc <jc_xiong@hotmail.com> Date: 星期四, 07 十一月 2024 17:15:30 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- web/src/views/modules/basicInfo/XhProductModel-AddOrUpdate.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/views/modules/basicInfo/XhProductModel-AddOrUpdate.vue b/web/src/views/modules/basicInfo/XhProductModel-AddOrUpdate.vue index b78c5c2..1f678d3 100644 --- a/web/src/views/modules/basicInfo/XhProductModel-AddOrUpdate.vue +++ b/web/src/views/modules/basicInfo/XhProductModel-AddOrUpdate.vue @@ -49,6 +49,7 @@ operatImgName: '', sort: '', equipType: '', + namePath:'', status: '' } } @@ -73,9 +74,8 @@ this.getDefaultImg(this.dataForm.productType) } else { this.dataForm.pid = params.pid - console.log(params.productType,'type') - console.log(parseInt(params.productType),'parseInttype') this.dataForm.productType = parseInt(params.productType) + this.dataForm.namePath= params.namePath this.getDefaultImg(this.dataForm.productType) } if (this.dataForm.productType === '10' && id == null) { -- Gitblit v1.9.1