|
@ -296,8 +296,7 @@ top.rehabilitationGuideVue = new Vue({
|
|
|
})
|
|
|
},
|
|
|
toDoorDialog() {
|
|
|
// console.log("guide_the_message");
|
|
|
|
|
|
var vm = this
|
|
|
top.layer.open({
|
|
|
type: 2,
|
|
|
area: ['850px', '700px'],
|
|
@ -311,7 +310,7 @@ top.rehabilitationGuideVue = new Vue({
|
|
|
// content: `/app/rehabilitation/html/toDoorService.html?patient=${this.patient}&detailId=${this.planid}&relationCode=${this.planid}`,
|
|
|
content: `../../rehabilitation/html/toDoorService.html?patient=${this.patient}&detailId=${this.planid}&relationCode=${this.planid}`,
|
|
|
end: function () {
|
|
|
this.getServiceItem()
|
|
|
vm.getServiceItem()
|
|
|
}
|
|
|
})
|
|
|
},
|