WXL
2025-03-04 3bb35f1f7b7ea2854edb46b3b699244c29e5297d
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,6 +453,8 @@
    /** 查询门诊通知列表 */
    getList() {
      this.loading = true;
      this.topqueryParams.deptOrDistrict=2,
      getTaskservelist(this.topqueryParams).then((response) => {
        this.userList = response.rows;
        this.total = response.total;