diff --git a/src/components/CustomFormComponents/Input.vue b/src/components/CustomFormComponents/Input.vue index aa3e5a3ba..ceeaa8391 100644 --- a/src/components/CustomFormComponents/Input.vue +++ b/src/components/CustomFormComponents/Input.vue @@ -62,6 +62,9 @@ export default { const value = event this.$emit('input', value) } + }, + mounted() { + console.log(this.config); } } diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 413c11b8a..035e015d2 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -65,26 +65,26 @@ }}