Commit 882683ed authored by zhengke's avatar zhengke
parents 1b3f23bf bf1dab25
......@@ -1081,7 +1081,8 @@ export default {
getOrderInfo() {
var qMsg = {
ClassId: this.msg.ClassId,
OrderId: this.msg.OrderId
OrderId: this.msg.OrderId,
SourceId:this.msg.SourceId,
};
GetSelectClassOrderList(qMsg).then(res => {
if (res.Code == 1) {
......
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