Chensc hace 6 días
padre
commit
42fe2336ad
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      component/statistics/breastCancerPatient/index.js

+ 2 - 1
component/statistics/breastCancerPatient/index.js

@ -159,7 +159,8 @@ Vue.component('breast-cancer-patient', {
      httpRequest.get('statistics/collaborate/turnDownAnalysis', { data: params }).then(function (res) {
      httpRequest.get('statistics/collaborate/turnDownAnalysis', { data: params }).then(function (res) {
        if (res.status == 200) {
        if (res.status == 200) {
          vm.tableData = res.detailModelList
          // vm.tableData = res.detailModelList
          vm.tableData = [{ name: '张三' }]
          vm.total = res.totalCount
          vm.total = res.totalCount
        }
        }
        vm.loading = false
        vm.loading = false