@@ -251,7 +251,6 @@
for (let val of list) {
val.zhStatus = that.searchStatus(val.status)
}
- console.log(list);
that.$set(that, `list`, list);
that.$set(that, `total`, res.total)
} else {
@@ -172,7 +172,6 @@
async search() {
const that = this;
let id = that.id;
- console.log(id);
let res = await that.$api(`/orderDetail/${id}`, 'GET')
if (res.errcode == '0') {
for (let val of res.data.goods) val.goods_name = val.goods.name;