Procházet zdrojové kódy

修改样式

腾讯ocr渠道不签约
yangteng před 8 měsíci
rodič
revize
0d5ad7f906

+ 2
- 2
subpackage/after-sale/activation-once-again/select-car.vue Zobrazit soubor

@@ -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,

Načítá se…
Zrušit
Uložit