Chensc 6 dni temu
rodzic
commit
42fe2336ad

+ 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