diff --git a/src/components/EntityApply/EntityApplyDate.vue b/src/components/EntityApply/EntityApplyDate.vue index 6d44ce3..216be8f 100644 --- a/src/components/EntityApply/EntityApplyDate.vue +++ b/src/components/EntityApply/EntityApplyDate.vue @@ -67,6 +67,7 @@ :editData="editData" :editVisible="editVisible" @closeModal="closeModal" + @getData="getData" /> @@ -143,7 +144,7 @@ export default { loading: false, height: '', editable: false, - editData: '', + editData: {}, editVisible: false, }; }, @@ -162,6 +163,11 @@ export default { methods: { + + getData() { + this.$emit('entityApplicationSearch'); + }, + // 删除 async deleteEditModal(id) { diff --git a/src/components/EntityApply/EntityApplyEdit.vue b/src/components/EntityApply/EntityApplyEdit.vue index ffca9d6..5a1ae82 100644 --- a/src/components/EntityApply/EntityApplyEdit.vue +++ b/src/components/EntityApply/EntityApplyEdit.vue @@ -2,16 +2,13 @@
- @@ -155,7 +152,7 @@