WXL
2025-03-17 88481a34a70b92804b622c1fcaa3f1c3e01f5402
src/views/patient/propaganda/Missionotice.vue
@@ -136,6 +136,7 @@
        <el-table-column fixed label="序号" align="center" key="id" prop="id" />
        <el-table-column
          label="姓名"
          width="100"
          fixed
          align="center"
          key="sendname"
@@ -452,7 +453,11 @@
    /** 查询门诊通知列表 */
    getList() {
      this.loading = true;
      this.topqueryParams.deptOrDistrict=2,
      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;