From 5ef47212d7a7d5d8fa2b02674c1f1263b07826d0 Mon Sep 17 00:00:00 2001 From: jinlin <jinlin> Date: 星期四, 07 十一月 2024 17:45:41 +0800 Subject: [PATCH] 修改工况bug,新增产品节点时存在 --- 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