|
|
@ -114,7 +114,7 @@ export default { |
|
|
submitOrder(this.query).then(res=>{ |
|
|
submitOrder(this.query).then(res=>{ |
|
|
console.info(res) |
|
|
console.info(res) |
|
|
if(res.code==100){ |
|
|
if(res.code==100){ |
|
|
this.$router.push({path:'/order/orderPayment',query:{step:1,batchcode:res.data.batchcode}}) |
|
|
this.$router.push({path:'/order/orderPayment',query:{step:1,batchcode:res.data.batchcode,type:0}}) |
|
|
this.$emit('confirm',res.data) |
|
|
this.$emit('confirm',res.data) |
|
|
}else{ |
|
|
}else{ |
|
|
this.$message.error(res.msg) |
|
|
this.$message.error(res.msg) |
|
|
|