右侧更新

szh_zidingyibiaoti
lilu 2 years ago
parent b2f66732e3
commit a302e588bf

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

Loading…
Cancel
Save