diff --git a/src/components/AutoDataSearch/index.vue b/src/components/AutoDataSearch/index.vue
index d38a8e1b7..601b8e1a5 100644
--- a/src/components/AutoDataSearch/index.vue
+++ b/src/components/AutoDataSearch/index.vue
@@ -42,7 +42,6 @@ export default {
},
methods: {
genericOptions(data) {
- console.log(data)
const _this = this // 透传This
Object.keys(data).forEach(function(key) {
if (data[key].filter) {
diff --git a/src/layout/components/IBox.vue b/src/components/IBox/index.vue
similarity index 100%
rename from src/layout/components/IBox.vue
rename to src/components/IBox/index.vue
diff --git a/src/components/ListTable/index.vue b/src/components/ListTable/index.vue
index f70598470..a75d38f43 100644
--- a/src/components/ListTable/index.vue
+++ b/src/components/ListTable/index.vue
@@ -1,7 +1,7 @@
-
+