瀏覽代碼

修改样式

master
yangteng 6 月之前
父節點
當前提交
0d5ad7f906
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      subpackage/after-sale/activation-once-again/select-car.vue

+ 2
- 2
subpackage/after-sale/activation-once-again/select-car.vue 查看文件

// 恢复签约查询订单接口 // 恢复签约查询订单接口
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,

Loading…
取消
儲存