Commit a8398fc4 authored by zhengke's avatar zhengke

修改

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