Commit a8398fc4 authored by zhengke's avatar zhengke

修改

parent c772dd90
......@@ -791,12 +791,14 @@
}
queryStuOrderPage(customMsg).then(res => {
if (res.Code == 1) {
if(this.customObj.StuId>0){
if(res.Data.PageData.length>0){
this.isHaveOrder = true;
}else{
this.isHaveOrder = false;
}
}
}
});
},
......
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