WXL (wul)
5 小时以前 ae8535b861f9177508d9e5493e0fe9e47978c915
src/views/patient/propaganda/Missionotice.vue
@@ -78,8 +78,7 @@
        <el-col :span="1.5">
          <el-button
            type="primary"
            plain
            icon="el-icon-plus"
                        icon="el-icon-plus"
            size="medium"
            @click="handleAdd"
            v-hasPermi="['system:user:add']"
@@ -94,7 +93,7 @@
            size="medium"
            :disabled="single"
            @click="handleUpdate"
            v-hasPermi="['system:user:edit']"
            >修改</el-button
          >
        </el-col>
@@ -136,6 +135,7 @@
        <el-table-column fixed label="序号" align="center" key="id" prop="id" />
        <el-table-column
          label="姓名"
          width="100"
          fixed
          align="center"
          key="sendname"
@@ -198,9 +198,9 @@
        <el-table-column
          label="就诊时间"
          align="center"
          key="visitTime"
          prop="visitTime"
          width="160"
          key="admitdate"
          prop="admitdate"
          width="140"
        >
        </el-table-column>
        <el-table-column
@@ -224,7 +224,7 @@
              size="medium"
              type="text"
              @click="handleUpdate(scope.row)"
              v-hasPermi="['system:user:edit']"
              ><span class="button-xq"
                ><i class="el-icon-s-data"></i>详情</span
              ></el-button
@@ -233,7 +233,7 @@
              size="medium"
              type="text"
              @click="handleDelete(scope.row)"
              v-hasPermi="['system:user:edit']"
              ><span class="button-sc"
                ><i class="el-icon-delete"></i>删除</span
              ></el-button
@@ -452,8 +452,17 @@
    /** 查询门诊通知列表 */
    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;
      }
      if (!this.followupAuthority()) {
        this.$message.warning("未配置科室/病区相关权限不可查询");
        return Promise.reject(new Error("无权限查询"));
      }
      getTaskservelist(this.topqueryParams).then((response) => {
        this.userList = response.rows;
        this.total = response.total;