diff --git a/src/views/enterpriseStandardLibrary/standard/detail/module/UpdateRecordModal.vue b/src/views/enterpriseStandardLibrary/standard/detail/module/UpdateRecordModal.vue
index 6cf337b7..a34b722e 100644
--- a/src/views/enterpriseStandardLibrary/standard/detail/module/UpdateRecordModal.vue
+++ b/src/views/enterpriseStandardLibrary/standard/detail/module/UpdateRecordModal.vue
@@ -9,9 +9,12 @@
@cancel="handleCancel">
-
- {{ record.content }}
-
+
+
+ {{ record.content }}
+
+
+
diff --git a/src/views/standardRegulationLibrary/commonPage/modules/UpdateRecordModal.vue b/src/views/standardRegulationLibrary/commonPage/modules/UpdateRecordModal.vue
index 153988ba..73c22899 100644
--- a/src/views/standardRegulationLibrary/commonPage/modules/UpdateRecordModal.vue
+++ b/src/views/standardRegulationLibrary/commonPage/modules/UpdateRecordModal.vue
@@ -9,9 +9,12 @@
@cancel="handleCancel">
-
- {{ record.content }}
-
+
+
+ {{ record.content }}
+
+
+
@@ -40,7 +43,7 @@ export default {
},
initRecord (standardNumber) {
this.confirmLoading = true
- getDomesticStandardUpdateRecord({standardNumber}).then(res => {
+ getDomesticStandardUpdateRecord({ standardNumber }).then(res => {
if (res.success) {
this.recordList = res.result || []
} else {