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