|
|
@ -48,7 +48,6 @@ |
|
|
|
this.$func.toPage("/pages/modify_visitor/modify_visitor?type="+this.type+'&vid='+visitor.id) |
|
|
|
}, |
|
|
|
stopModifyVisitor(e) { |
|
|
|
console.log(e) |
|
|
|
}, |
|
|
|
closeCollapse() { |
|
|
|
this.isOpen = false |
|
|
@ -82,8 +81,6 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
console.log(this.visitorInfo, 88888) |
|
|
|
|
|
|
|
this.pageShow = true |
|
|
|
}, |
|
|
|
getVisitorListData(visitor_id){ |
|
|
@ -105,13 +102,7 @@ |
|
|
|
|
|
|
|
this.visitorInfo = visitorinfo |
|
|
|
this.isOpen = true |
|
|
|
// if((this.visitorInfo.single_items && this.visitorInfo.single_items.length > 0) || (this.visitorInfo.treatment_package && Object.keys(this.visitorInfo.treatment_package).length > 0)) { |
|
|
|
// this.$emit('hasrecord', 1) |
|
|
|
// }else{ |
|
|
|
// this.$emit('hasrecord', 0) |
|
|
|
// } |
|
|
|
}); |
|
|
|
console.log(this.visitorInfo) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|