diff --git a/api-test/frontend/src/business/definition/components/complete/ApiBaseInfo.vue b/api-test/frontend/src/business/definition/components/complete/ApiBaseInfo.vue index a680119f12..bd2df9036b 100644 --- a/api-test/frontend/src/business/definition/components/complete/ApiBaseInfo.vue +++ b/api-test/frontend/src/business/definition/components/complete/ApiBaseInfo.vue @@ -186,7 +186,7 @@ export default { }, customFieldForm: { handler(v, v1) { - if (v && v1 && this.$store.state.apiMap && this.basicForm.id) { + if (v && v1 && store.apiMap && this.basicForm.id) { this.apiMapStatus(); } }, @@ -245,4 +245,8 @@ export default { diff --git a/project-management/frontend/src/business/menu/common/MsSingleHandleDrag.vue b/project-management/frontend/src/business/menu/common/MsSingleHandleDrag.vue index 0799e74140..4d80639384 100644 --- a/project-management/frontend/src/business/menu/common/MsSingleHandleDrag.vue +++ b/project-management/frontend/src/business/menu/common/MsSingleHandleDrag.vue @@ -2,8 +2,8 @@