提交 ab1fa81d authored 作者: huaxinzhu's avatar huaxinzhu

结算详情order_id

上级 6f7d34af
......@@ -198,7 +198,7 @@
},
/** 详情 跳转 */
viewDetails(row) {
const indexId = row.id ? row.id : 0;
const indexId = row.order_id ? row.order_id : 0;
getVerifyrecord({order_id: indexId}).then(res=> {
if(res.code == 1 && res.data) {
this.detailDialog = true;
......@@ -214,7 +214,6 @@
if (res.data.order_goods_detail) {
this.orderGoodsDetail = res.data.order_goods_detail;
}
}else {
this.$message({type: 'error',message: res.message ? res.message : '数据请求失败'});
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论