Browse Source

随访记录bug修改2

dev-数据对比
jianjun 3 years ago
parent
commit
f232809841
  1. 4
      src/views/modules/base/epidemic/natFocus/nfVisiteList.vue

4
src/views/modules/base/epidemic/natFocus/nfVisiteList.vue

@ -167,7 +167,7 @@ export default {
// const url = 'http://yapi.elinkservice.cn/mock/245/epmetuser/followup/page'
let params = {
name: this.formData.name,
idCard: this.formData.realIdCard,
idCard: this.formData.idCard,
pageNo: this.pageNo,
pageSize: this.pageSize,
origin: this.formData.origin
@ -225,7 +225,7 @@ export default {
const url = "/epmetuser/followup/export"
let params = {
idCard: this.formData.realIdCard,
idCard: this.formData.idCard,
name: this.formData.name,
origin: this.formData.origin
}

Loading…
Cancel
Save