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 @@
-
+
@@ -17,11 +17,11 @@
diff --git a/src/components/EntityApply/EntityApplySearch.vue b/src/components/EntityApply/EntityApplySearch.vue
index d1487f3..ed75ac5 100644
--- a/src/components/EntityApply/EntityApplySearch.vue
+++ b/src/components/EntityApply/EntityApplySearch.vue
@@ -24,7 +24,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 @@