外呼记录搜索条件批次新增明细
This commit is contained in:
parent
3a43410152
commit
852e363eae
@ -124,7 +124,7 @@
|
||||
</el-table>
|
||||
</div>
|
||||
<myPagination v-show="total > 0" :total="total" :pageSize="queryParams.pageSize"
|
||||
:indexFromWrap="queryParams.pageNum" :indexFrom="indexFrom" @updateCPage="updateCPage"></myPagination>
|
||||
:indexFromWrap="queryParams.pageNum" @updateCPage="updateCPage"></myPagination>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -158,8 +158,8 @@ export default {
|
||||
patientInfoList: [],
|
||||
// 查询参数
|
||||
queryParams: {
|
||||
// pageNum: 1,
|
||||
// pageSize: 100,
|
||||
pageNum: 1,
|
||||
pageSize: 100,
|
||||
sn: this.$route.query.sn,
|
||||
patientName: null,
|
||||
patientPhone: null,
|
||||
|
||||
@ -15,13 +15,13 @@
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="院区" prop="">
|
||||
<!-- <el-form-item label="院区" prop="">
|
||||
<el-select v-model="queryParams.campusAgencyId" filterable placeholder="请选择院区" style="width: 220px" clearable
|
||||
@clear="clearcampusAgency">
|
||||
<el-option v-for="item in campusAgencylist" :key="item.id" :label="item.agencyName" :value="item.id">
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-form-item> -->
|
||||
</SearchFilter>
|
||||
</div>
|
||||
<!-- <div ref="mb8" class="mb8">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user