|
@ -641,8 +641,6 @@ new Vue({
|
|
|
this.componentId.push(i + '')
|
|
|
}
|
|
|
EventBus.$on('toPage', function (data) {
|
|
|
console.log(data);
|
|
|
|
|
|
vm.handleNodeId = data.id
|
|
|
vm.$nextTick(function () {
|
|
|
if (vm.handleNodeId == 77) {
|
|
@ -656,6 +654,14 @@ new Vue({
|
|
|
}
|
|
|
})
|
|
|
})
|
|
|
EventBus.$on('preview-person-info', function(data){
|
|
|
vm.$refs.personInfo.openDialog(data)
|
|
|
})
|
|
|
},
|
|
|
beforeDestroy() {
|
|
|
EventBus.$off("toPage")
|
|
|
EventBus.$off("preview-person-info")
|
|
|
|
|
|
},
|
|
|
methods: {
|
|
|
getfwDictName() {
|
|
@ -669,7 +675,6 @@ new Vue({
|
|
|
var vm = this
|
|
|
statisticAPI.getDictByDictName({ name: 'jkcopd_quotaStr' }).then(function (res) {
|
|
|
vm.copdManageSearchFilterList = res.list
|
|
|
console.log(vm.copdManageSearchFilterList, 'osidosioaidoasodais')
|
|
|
})
|
|
|
},
|
|
|
startTimeChange: function (o) {
|
|
@ -1049,7 +1054,6 @@ new Vue({
|
|
|
// initScope(this)
|
|
|
},
|
|
|
tabsClick: function (item) {
|
|
|
console.log(item, 'item')
|
|
|
var vm = this
|
|
|
this.collectCode = ''
|
|
|
this.copdFilterCheckValue = []
|
|
@ -1264,7 +1268,6 @@ new Vue({
|
|
|
}
|
|
|
// 慢阻肺监测档案
|
|
|
if (type == 7) {
|
|
|
console.log('点击了')
|
|
|
EventBus.$emit('copd-reset-select', {})
|
|
|
}
|
|
|
// // 家庭病床统计
|
|
@ -2062,7 +2065,6 @@ new Vue({
|
|
|
var vm = this
|
|
|
statisticAPI.exportTreeList({ rang: vm.rangeCode }).then(function (res) {
|
|
|
if (res.status == 200) {
|
|
|
console.log(res, 'Sddd')
|
|
|
;(vm.treedata = []), (jindex = 0)
|
|
|
_.each(res.data, function (item, index) {
|
|
|
vm.treedata.push({
|
|
@ -2745,7 +2747,6 @@ new Vue({
|
|
|
var vm = this
|
|
|
vm.specializedHospital = [{ value: '', label: '全部' }]
|
|
|
homeAPI.getSpecialistHospital().then(function (res) {
|
|
|
console.log(res, 'Sdddddd')
|
|
|
if (res.status == 200) {
|
|
|
res.data.forEach(function (v) {
|
|
|
vm.specializedHospital.push({
|