diff --git a/flossom-ui/src/views/system/userInstrument/index.vue b/flossom-ui/src/views/system/userInstrument/index.vue index d63e29d..0785a91 100644 --- a/flossom-ui/src/views/system/userInstrument/index.vue +++ b/flossom-ui/src/views/system/userInstrument/index.vue @@ -501,7 +501,6 @@ export default { }, queryInstrument(){ listAllInstrument({}).then(response => { - console.log(response) this.instrumentList = response; }); },