修改
This commit is contained in:
parent
66d983ccf4
commit
5556386887
@ -19,7 +19,7 @@ export function Detailed(id) {
|
||||
|
||||
export function appointmentOrderDetails(id) {
|
||||
return request({
|
||||
url: `/system/appointmentOrderDetails/Detailed` + `?orderNo=${id}`,
|
||||
url: `/system/appointmentOrderDetails/detailed` + `?orderNo=${id}`,
|
||||
method: 'get',
|
||||
|
||||
})
|
||||
|
||||
@ -743,8 +743,8 @@ export default {
|
||||
this.map = null;
|
||||
appointmentOrderDetails(id).then(res => {
|
||||
this.timevalue = [
|
||||
res.data.companionStartDate,
|
||||
res.data.companionEndDate
|
||||
res.data.companionStartDate ? res.data.companionStartDate : "",
|
||||
res.data.companionEndDate ? res.data.companionEndDate : ""
|
||||
];
|
||||
this.query = res.data;
|
||||
res.data.disablingCondition == "DISABLED"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user