@@ -72,7 +72,6 @@ export default {
async search() {
let res = await this.query({ dock_id: this.id });
if (this.$checkRes(res)) {
- console.log(res);
this.$set(this, `list`, res.data);
}
},