WXL
2025-04-10 4c9eab7cd2f92e6ebee76f38f1616cb3e5855697
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"
@@ -198,8 +199,8 @@
        <el-table-column
          label="就诊时间"
          align="center"
          key="visitTime"
          prop="visitTime"
          key="admitdate"
          prop="admitdate"
          width="160"
        >
        </el-table-column>
@@ -452,6 +453,12 @@
    /** 查询门诊通知列表 */
    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;
        this.total = response.total;