Browse Source

删除多余的log

fix_bug_pro20231227
pref_mail@163.com 1 year ago
parent
commit
39fe459f50
  1. 1
      src/page/index/top/index.vue

1
src/page/index/top/index.vue

@ -121,7 +121,6 @@ export default {
}, },
mounted() { mounted() {
getMyWarehouseList().then(res => { getMyWarehouseList().then(res => {
console.log(res.data.data, 'getMyWarehouseList');
let arr = [{ name: this.dataName ? this.dataName : '', id: '0' }]; let arr = [{ name: this.dataName ? this.dataName : '', id: '0' }];
this.datalist = arr.concat(res.data.data); this.datalist = arr.concat(res.data.data);
}); });

Loading…
Cancel
Save