WXL
2025-04-08 a022656b8defdca726d12db26269cbbcdba9eb37
测试完成
已修改2个文件
6 ■■■■ 文件已修改
src/api/system/user.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/propaganda/particty.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/system/user.js
@@ -128,7 +128,7 @@
// 保存授权角色
export function updateAuthRole(data) {
  return request({
    url: "/system/user/authRole",
    url: "/system/user/authRole/insertAuthRole",
    method: "post",
    data: data,
  });
src/views/patient/propaganda/particty.vue
@@ -811,7 +811,7 @@
import { messagelistpatient } from "@/api/patient/homepage";
import store from "@/store";
import {
  getTaskpatient,
  getTaskpatientQC,
  getlibrarylist,
  getFollowuplist,
  getvFollowup,
@@ -1578,7 +1578,7 @@
        this.patientqueryParams.leavehospitaldistrictcodes =
          store.getters.belongWards.map((obj) => obj.districtCode);
      }
      getTaskpatient(this.patientqueryParams).then((response) => {
      getTaskpatientQC(this.patientqueryParams).then((response) => {
        this.patientuserList = response.rows;
        this.patientuserList.forEach((item) => {
          if (item.endtime) {