mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-20 22:26:44 +08:00
告知
This commit is contained in:
@@ -31,8 +31,8 @@ service.interceptors.request.use(
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// config.headers['token'] = window.localStorage.getItem('token')
|
config.headers['token'] = window.localStorage.getItem('token')
|
||||||
config.headers['token'] = `507e5ff426364e95b22cd4c1e22f427f`
|
// config.headers['token'] = `507e5ff426364e95b22cd4c1e22f427f`
|
||||||
return config
|
return config
|
||||||
},
|
},
|
||||||
error => {
|
error => {
|
||||||
|
|||||||
@@ -101,8 +101,8 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
// getOrderDetail({ orderNo: localStorage.orderNo }).then(res => {
|
getOrderDetail({ orderNo: localStorage.orderNo }).then(res => {
|
||||||
getOrderDetail({ orderNo: `8186270000000036` }).then(res => {
|
|
||||||
if (res.result == 0) {
|
if (res.result == 0) {
|
||||||
//投被保人关系
|
//投被保人关系
|
||||||
this.relationToAppnt = res.orderDTO.insuredDTOs[0].relationToAppnt
|
this.relationToAppnt = res.orderDTO.insuredDTOs[0].relationToAppnt
|
||||||
|
|||||||
Reference in New Issue
Block a user