From d0e1a3fb24d0ee76aa4ef1b0e042392b4d3ac794 Mon Sep 17 00:00:00 2001 From: jinlin <jinlin> Date: 星期四, 07 十一月 2024 16:38:26 +0800 Subject: [PATCH] 预计参数多层次分级,新增型号增加namePath --- 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