src/views/followvisit/outpatient/index.vue
@@ -624,15 +624,15 @@ topicoptions: [ { value: 1, label: "被领取", label: "表单已领取", }, { value: 2, label: "待发送", label: "待执行", }, { value: 3, label: "已发送", label: "表单已发送", }, ], serviceState:[], @@ -660,6 +660,11 @@ /** 查询门诊随访列表 */ getList() { this.loading = true; if (this.topqueryParams.leavehospitaldistrictcodes[0]&&this.topqueryParams.leaveldeptcodes[0]) { this.topqueryParams.deptOrDistrict=2; }else{ this.topqueryParams.deptOrDistrict=1; } getTaskservelist(this.topqueryParams).then( (response) => { this.userList = response.rows;