diff --git a/src/components/Drawer/index.vue b/src/components/Drawer/index.vue index afbb289fb..7e36f40a3 100644 --- a/src/components/Drawer/index.vue +++ b/src/components/Drawer/index.vue @@ -64,7 +64,7 @@ export default { }, hasFooter: { type: Boolean, - default: true + default: false } }, data() { diff --git a/src/views/assets/Asset/AssetList/components/BaseList.vue b/src/views/assets/Asset/AssetList/components/BaseList.vue index df0e2f510..ac4062b33 100644 --- a/src/views/assets/Asset/AssetList/components/BaseList.vue +++ b/src/views/assets/Asset/AssetList/components/BaseList.vue @@ -197,7 +197,6 @@ export default { } }, recentPlatformIds(newValue, oldValue) { - console.log('recentPlatformIds updated:', newValue) this.setRecentPlatforms() // 在这里执行需要的操作 }