diff --git a/src/components/CustomFormComponents/InputForStandards.vue b/src/components/CustomFormComponents/InputForStandards.vue
index be2036358..b9f5ea7d2 100644
--- a/src/components/CustomFormComponents/InputForStandards.vue
+++ b/src/components/CustomFormComponents/InputForStandards.vue
@@ -57,7 +57,7 @@
查询
@@ -65,8 +65,7 @@
清空
@@ -99,6 +98,7 @@
@@ -398,6 +398,9 @@ export default {
diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
index 39a624470..82cac54c8 100644
--- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
+++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
@@ -549,6 +549,7 @@
:disabled="formdisableflag"
>
+
diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue
index 6b09c85cb..1caeae904 100644
--- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue
+++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue
@@ -920,6 +920,7 @@
:disabled="formdisableflag"
>
+
{
Promise.all([this.queryDisplayLocation()]).then((values) => {
const [displayLocation] = values
+ console.log('2717', displayLocation)
const formFieldList = this.formFieldList
this.sarStandardsInfoEO = JSON.parse(JSON.stringify(item))
this.defaultCheckedKeys = [this.sarStandardsInfoEO.standSystem];
@@ -2768,6 +2770,7 @@ export default {
})
})
this.dynamicFormField = displayLocation
+ console.log('2771',this.dynamicFormField)
this.loading = false
})
})
@@ -3204,6 +3207,7 @@ export default {
const formFieldList = this.formFieldList
formFieldList.forEach((field) => {
displayLocation.forEach((location) => {
+ console.log(location)
let value = dynamicFormField[field.attrField]
if (value && typeof value === 'number') {
value = this.$dateFormat(value, 'yyyy-MM-dd')