From fd0a98d25a79e20fb8dcbce3d358610ca4af7189 Mon Sep 17 00:00:00 2001 From: rose <1942951600@qq.com> Date: Mon, 17 May 2021 15:16:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BF=E7=AD=96=E4=BF=AE=E6=94=B9=E4=BC=A0?= =?UTF-8?q?=E5=8F=82=E4=BB=A5=E5=8F=8A=E5=85=A5=E9=A9=BB=E4=BC=81=E4=B8=9A?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debug.log | 2 + src/App.vue | 12 +- src/components/EntityApply/EntityApplyAdd.vue | 72 +++++----- .../EntityApply/EntityApplyEdit.vue | 130 +++++++++++------- .../EntityApply/EntityApplySearch.vue | 6 +- src/components/Policy/PolicyEdit.vue | 8 +- 6 files changed, 135 insertions(+), 95 deletions(-) create mode 100644 debug.log diff --git a/debug.log b/debug.log new file mode 100644 index 0000000..81a0025 --- /dev/null +++ b/debug.log @@ -0,0 +1,2 @@ +[0517/095630.764:ERROR:directory_reader_win.cc(43)] FindFirstFile: 系统找不到指定的路径。 (0x3) +[0517/145027.865:ERROR:directory_reader_win.cc(43)] FindFirstFile: 系统找不到指定的路径。 (0x3) diff --git a/src/App.vue b/src/App.vue index 7f8ff7b..cd168e2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,7 +8,7 @@ @@ -48,6 +48,10 @@ export default { }; }, methods: { + getData() { + this.$emit('entityApplicationSearch'); + }, + handleChangeName(value) { console.log('value: ', value); this.companyName = value; diff --git a/src/components/Policy/PolicyEdit.vue b/src/components/Policy/PolicyEdit.vue index 0d174f5..019c5ca 100644 --- a/src/components/Policy/PolicyEdit.vue +++ b/src/components/Policy/PolicyEdit.vue @@ -2,9 +2,9 @@