From c72efed01a4a9ce2ec9031bc6cf3a068035ee796 Mon Sep 17 00:00:00 2001
From: hanshaozhuang
Date: Thu, 21 Jul 2022 17:02:43 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2056642=20=E3=80=90?=
=?UTF-8?q?=E6=BC=94=E7=A4=BA=E9=97=AE=E9=A2=98=E3=80=91=E5=9B=BD=E5=86=85?=
=?UTF-8?q?/=E6=B5=B7=E5=A4=96=20=E6=9B=B4=E6=94=B9=E5=8F=91=E5=B8=83?=
=?UTF-8?q?=E6=94=B9=E7=9A=84=E7=8A=B6=E6=80=81=20=E8=AF=91=E6=96=87?=
=?UTF-8?q?=E5=92=8C=E5=8E=9F=E6=96=87=20=E4=B8=8E=E6=9F=A5=E7=9C=8B?=
=?UTF-8?q?=E7=95=8C=E9=9D=A2=E5=91=BC=E5=BA=94=20=E5=90=A6=E5=88=99?=
=?UTF-8?q?=E6=97=A0=E6=B3=95=E5=88=86=E8=BE=A8=E6=95=B0=E6=8D=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/phone/domesticDetails.vue | 58 ++++++++++++++++++++++++++++-
1 file changed, 57 insertions(+), 1 deletion(-)
diff --git a/src/pages/phone/domesticDetails.vue b/src/pages/phone/domesticDetails.vue
index 7deebf9bc..f722b06e7 100644
--- a/src/pages/phone/domesticDetails.vue
+++ b/src/pages/phone/domesticDetails.vue
@@ -74,6 +74,46 @@
-
+
+
+
+
+
+
+
+ -
+
+
+ -
@@ -300,7 +340,7 @@
@@ -1805,6 +1845,14 @@
}
return child5
},
+ child6Func(child6) {
+ const list = []
+ if (child6 && child6.length > 1) {
+ list.push(child6[0])
+ return list
+ }
+ return child6
+ },
handleChange(val) {
},
handleChange1(val) {
@@ -3355,6 +3403,14 @@
location['child5'] = childList
}
+ //修订本
+ if (!list[0].child) {
+ location['child6'] = []
+ } else {
+ const childList = list[0].child.filter(item => item.attrField === 'FBGYWBD');
+ location['child6'] = childList
+
+ }
}
// 动态属性字段-SYRZ 单独添加至基础信息
const list2 = displayLocation.filter(item => item.label === '适用范围');