|
@ -139,7 +139,7 @@ Vue.component('chest-pain-manage', {
|
|
params.endDate = this.chooseTime[1]
|
|
params.endDate = this.chooseTime[1]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
console.log(params, 'llllllllllllllllll')
|
|
httpRequest.get('statistics/collaborate/nalongDataDetail', { data: params }).then(function (res) {
|
|
httpRequest.get('statistics/collaborate/nalongDataDetail', { data: params }).then(function (res) {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
vm.tableData = res.detailModelList
|
|
vm.tableData = res.detailModelList
|