|
|
|
|
|
|
|
|
// 恢复签约查询订单接口 |
|
|
// 恢复签约查询订单接口 |
|
|
list().then((item : any) => { |
|
|
list().then((item : any) => { |
|
|
console.log("item",item) |
|
|
console.log("item",item) |
|
|
state.list = item.result; |
|
|
|
|
|
|
|
|
state.list = item.data; |
|
|
}) |
|
|
}) |
|
|
}else{ |
|
|
}else{ |
|
|
quanCheckActionTrue().then((item : any) => { |
|
|
quanCheckActionTrue().then((item : any) => { |
|
|
|
|
|
|
|
|
data: { |
|
|
data: { |
|
|
"source": newsource, |
|
|
"source": newsource, |
|
|
"orderStatus": "ACTIVE", |
|
|
"orderStatus": "ACTIVE", |
|
|
"tabIndex":"" |
|
|
|
|
|
|
|
|
"tabIndex":"-1" |
|
|
}, |
|
|
}, |
|
|
method: "POST", |
|
|
method: "POST", |
|
|
showLoading: true, |
|
|
showLoading: true, |