hwy 1 týždeň pred
rodič
commit
8288b2b771

+ 1 - 1
component/statistics/ChestPainManage/index.html

@ -53,7 +53,7 @@
    </div>
    <div class="searchDiv pb20 pr20">
      <label class="c-333 c-f14">上转住院:</label>
      <el-input v-model="form.tolp" placeholder="请输入居民上转住院查询"></el-input>
      <el-input v-model="form.toIp" placeholder="请输入居民上转住院查询"></el-input>
    </div>
    <!-- <div class="searchDiv pb20 pr20">
      <label class="c-333 c-f14">数据范围:</label>

+ 1 - 1
component/statistics/ChestPainManage/index.js

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