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