|
@ -945,7 +945,7 @@ new Vue({
|
|
|
},
|
|
|
// 清除
|
|
|
eliminateClick: function () {
|
|
|
this.radio = this.handleNodeId == 44 || this.expertFamilyIdType == 'zhuanke1' || this.handleNodeId == 45 || this.collectCode == 4 ? '2' : '1'
|
|
|
this.radio = this.handleNodeId == 44 || this.expertFamilyIdType == 'zhuanke1' || this.handleNodeId == 45 ? '2' : '1'
|
|
|
this.radio1 = ''
|
|
|
this.radio2 = ''
|
|
|
this.radio3 = ''
|
|
@ -1032,6 +1032,7 @@ new Vue({
|
|
|
tabsClick: function (item) {
|
|
|
console.log(item, 'item')
|
|
|
var vm = this
|
|
|
this.collectCode = ''
|
|
|
this.copdFilterCheckValue = []
|
|
|
vm.tabsId = item.id
|
|
|
if (item.id != 4) {
|
|
@ -1141,7 +1142,6 @@ new Vue({
|
|
|
{ name: '按区', code: 'town' },
|
|
|
{ name: '按社区', code: 'hospital' }
|
|
|
]
|
|
|
vm.radio = '2' //签约年度 --创建时间
|
|
|
} else {
|
|
|
vm.rangeList = [
|
|
|
{ name: '按区', code: 'town' },
|
|
@ -2171,7 +2171,6 @@ new Vue({
|
|
|
// 上门服务汇总
|
|
|
vm.getDoorServerOrderReport()
|
|
|
} else if (vm.collectCode == 4) {
|
|
|
// 上门服务汇总
|
|
|
vm.redPackageRewardStatistics()
|
|
|
} else {
|
|
|
vm.detailFunction(vm.handleNodeId, status)
|