Chensc 6 ngày trước cách đây
mục cha
commit
42fe2336ad
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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