diff --git a/project/hlj/app/AppMicrodiskManage/components/List.vue b/project/hlj/app/AppMicrodiskManage/components/List.vue index e8bb3436..6a490de2 100644 --- a/project/hlj/app/AppMicrodiskManage/components/List.vue +++ b/project/hlj/app/AppMicrodiskManage/components/List.vue @@ -354,7 +354,6 @@ }, filterNode(value, data) { - console.log(data) if (!value) return true return data.fileName.indexOf(value) !== -1 }, diff --git a/project/hlj/app/AppRecoScore/components/Detail.vue b/project/hlj/app/AppRecoScore/components/Detail.vue index fbcf7633..d0926184 100644 --- a/project/hlj/app/AppRecoScore/components/Detail.vue +++ b/project/hlj/app/AppRecoScore/components/Detail.vue @@ -52,7 +52,7 @@