From fe78120a79d0efe95c9554d10713096c2ccb563d Mon Sep 17 00:00:00 2001 From: rose <1942951600@qq.com> Date: Tue, 11 May 2021 15:47:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E9=A9=BB=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 8 ++-- src/components/EntityApply/EntityApplyAdd.vue | 43 +++++++++---------- .../EntityApply/EntityApplyEdit.vue | 37 +++++++++++++--- .../EntityApply/EntityApplySearch.vue | 11 +++-- 4 files changed, 62 insertions(+), 37 deletions(-) diff --git a/src/App.vue b/src/App.vue index 271b478..efacbee 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,7 @@ @@ -26,9 +26,7 @@ import EntityApplyAdd from 'components/EntityApply/EntityApplyAdd.vue'; export default { name: 'EntityApplySearch', - components: { - EntityApplyAdd, - }, + components: {EntityApplyAdd,}, data() { return { visible: false, @@ -43,6 +41,11 @@ export default { }; }, methods: { + + getData() { + this.$emit('entityApplicationSearch'); + }, + handleChangeName(value) { console.log('value: ', value); this.companyName = value;