diff --git a/src/views/PersonManager/corpFgs/components/edit.vue b/src/views/PersonManager/corpFgs/components/edit.vue index 03f9265..2d2f0ee 100644 --- a/src/views/PersonManager/corpFgs/components/edit.vue +++ b/src/views/PersonManager/corpFgs/components/edit.vue @@ -168,10 +168,6 @@ export default { this.getList(); this.hasButton() }, - mounted() { - this.handleEdit(this.$parent.USER_ID) - this.getDict() - }, methods: { getQuery() { this.$refs.multipleTable.clearSelection() diff --git a/src/views/PersonManager/corpFgs/components/list.vue b/src/views/PersonManager/corpFgs/components/list.vue index 5714756..494b250 100644 --- a/src/views/PersonManager/corpFgs/components/list.vue +++ b/src/views/PersonManager/corpFgs/components/list.vue @@ -45,7 +45,7 @@