右侧更新

szh_zidingyibiaoti
lilu 2 years ago
parent b2f66732e3
commit a302e588bf

@ -319,7 +319,7 @@ export default {
this.remarkList = []
this.logList = []
} else if (nD.id && this.$route.name === 'BookingDetail') {
// this.init()
this.init()
}
}
}
@ -340,6 +340,7 @@ export default {
},
getLocal() {
this.bookingServiceItem = this.$options.filters['dictData']('booking_service_item')
console.log('== 服务项目 ==', this.bookingServiceItem)
this.bookingAttachType = this.$options.filters['dictData']('booking_attach_type')
},
getServiceItem () {
@ -347,6 +348,7 @@ export default {
bookingId: this.id
})
.then(res => {
debugger
if (res.success) { }
})
.catch((err) => {

Loading…
Cancel
Save