This commit is contained in:
曹辉 2022-11-21 10:22:37 +08:00
parent 01df720218
commit 66b87cf8a9

View File

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