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' ? '是' : '否') : '-' }}
+
+
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(',')
}