From 651c0563aa920354f9ea7555e2bb8f6eb518697b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com>
Date: Tue, 17 May 2022 09:38:59 +0800
Subject: [PATCH 1/2] =?UTF-8?q?52798=20=E5=9B=BD=E5=86=85=E6=A0=87?=
=?UTF-8?q?=E5=87=86=E6=B3=95=E8=A7=84-=E5=88=86=E8=A7=A3=E5=8D=95-?=
=?UTF-8?q?=E6=9F=A5=E7=9C=8B=E7=95=8C=E9=9D=A2=20=E7=AC=A6=E5=90=88?=
=?UTF-8?q?=E6=80=A7=E7=8A=B6=E6=80=81=E4=B8=8D=E5=BA=94=E8=AF=A5=E4=BC=A0?=
=?UTF-8?q?1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/details/otherStandardDetails/index.vue | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue
index fa40ff4bd..7d92ae364 100644
--- a/src/pages/details/otherStandardDetails/index.vue
+++ b/src/pages/details/otherStandardDetails/index.vue
@@ -1389,7 +1389,9 @@
- {{ standShowItemEO.complianceRequire }}
+ {{ standShowItemEO.complianceRequire ? (standShowItemEO.complianceRequire === '1' ? '是' : '否') : '-' }}
+
+
From 1eaac03101d2a65fc3cef8411b65f741d97cd1a0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com>
Date: Tue, 17 May 2022 10:27:47 +0800
Subject: [PATCH 2/2] =?UTF-8?q?52802=20=E6=B8=85=E5=8D=95-=E7=BC=96?=
=?UTF-8?q?=E8=BE=91-=E5=AE=9E=E6=96=BD=E6=97=A5=E6=9C=9F=E6=B2=A1?=
=?UTF-8?q?=E6=9C=89=E4=BA=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../accessStandardsAndRegulations/pages/addEdit.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue
index bb9928e1e..6d80bd674 100644
--- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue
+++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue
@@ -1534,7 +1534,7 @@ export default {
this.rowList = row;
this.editRowData = this.rowList;
if(this.editRowData.syrz === '-'){
- this.editRowData.ssrq = "";
+ this.editRowData.syrz = "";
}else if(this.editRowData.syrz){
this.editRowData.syrz = this.editRowData.syrz.split(',')
}