Commit 844dfa34 authored by zhengyi's avatar zhengyi

暂时屏蔽到仓详情查询接口404的错误TODO

parent e1644258
......@@ -630,8 +630,9 @@ export default {
},
getOrderCheckInfo(){
let that = this
// 执行查询
getOrderCheckInfo(that.orderId).then(response => {
// TODO 待提供执行查询接口
// getOrderCheckInfo(that.orderId).then(response => {
getOrderItemDeleted(that.orderId).then(response => {
that.orderCheckInfoData = response.data;
});
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment