@ -31,7 +31,8 @@ var ItemDetail = {
return {
item: {
specialistServiceItemDO: {},
hospitalName: ""
hospitalName: "",
hospitalDo: {}
},
itemTypes: ["","康复服务","健康服务"],
itemId: ""
@ -15,6 +15,11 @@ var NewTemplateForm = {
name:''
}
beforeRouteEnter: function (to, from, next) {
next(function(vm) {
vm.name = ""
})
mounted: function() {
var vm = this