Commit a7504aec authored by youjie's avatar youjie

no message

parent fc98dd5d
......@@ -712,7 +712,7 @@
this.apipost('opcommission_GetOPNotGroupOutTravelList', {},
res => {
if (res.data.resultCode == 1) {
let data = res.data.data.pageData
let data = res.data.data.pageData?res.data.data.pageData:[]
if(data&&data.length>5){
for(let i=0;i<5;i++){
this.OrderList.push(data[i])
......
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