WXL (wul)
2026-06-04 6071c30d6dd76d75b973676f823b4f2ee036810b
src/views/patient/propaganda/Missionotice.vue
@@ -458,6 +458,11 @@
        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;