Przeglądaj źródła

修改样式

master
yangteng 6 miesięcy temu
rodzic
commit
0d5ad7f906

+ 2
- 2
subpackage/after-sale/activation-once-again/select-car.vue Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz