Chensc 1 주 전
부모
커밋
42fe2336ad
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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) {
        if (res.status == 200) {
          vm.tableData = res.detailModelList
          // vm.tableData = res.detailModelList
          vm.tableData = [{ name: '张三' }]
          vm.total = res.totalCount
        }
        vm.loading = false