Explorar el Código

修改样式

master
yangteng hace 6 meses
padre
commit
0d5ad7f906
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      subpackage/after-sale/activation-once-again/select-car.vue

+ 2
- 2
subpackage/after-sale/activation-once-again/select-car.vue Ver fichero

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

Cargando…
Cancelar
Guardar