Merge remote-tracking branch 'origin/dev'

This commit is contained in:
纪寒 2022-11-21 10:26:29 +08:00
commit a21253ed91

View File

@ -741,7 +741,6 @@ export default {
}, },
// //
seeOrder(row) { seeOrder(row) {
console.log(row);
const id = row.orderNo; const id = row.orderNo;
getGoodsOrderlist(id).then((res) => { getGoodsOrderlist(id).then((res) => {
this.orderList = res.data; this.orderList = res.data;
@ -753,6 +752,8 @@ export default {
this.ratelist = res.data; this.ratelist = res.data;
} }
}); });
} else {
this.ratelist = {};
} }
}); });
}, },