WXL (wul)
8 小时以前 2d38ba9cd15c60b875bc8dc7eeb7aecc5a04fc2b
测试完成
已修改4个文件
31 ■■■■■ 文件已修改
src/store/getters.js 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/discharge/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/login.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/propaganda/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/store/getters.js
@@ -639,14 +639,14 @@
  ],
  // 随访类型
  tasktypes: (state) => [
    {
      value: 16,
      label: "课题随访",
      raw: {
        cssClass: "",
        listClass: "",
      },
    },
    // {
    //   value: 16,
    //   label: "课题随访",
    //   raw: {
    //     cssClass: "",
    //     listClass: "",
    //   },
    // },
    {
      value: 2,
src/views/followvisit/discharge/index.vue
@@ -1203,7 +1203,7 @@
        pageSize: 10,
        sendstate: 2,
        sort: 2, //0 出院时间(正序)    1 出院时间(倒序)   2 发送时间(正序)    3 发送时间(倒序)
        serviceType: 16,
        serviceType: 2,
        searchscope: 3,
        visitCount: 1,
        scopetype: [],
@@ -1575,7 +1575,7 @@
        pageSize: 10,
        sendstate: 2,
        sort: 2, //0 出院时间(正序)    1 出院时间(倒序)   2 发送时间(正序)    3 发送时间(倒序)
        serviceType: 16,
        serviceType: 2,
        searchscope: 3,
        visitCount: 1,
        scopetype: [],
@@ -1669,7 +1669,7 @@
        path: "/followvisit/QuestionnaireTask",
        query: {
          type: 2,
          serviceType: 16,
          serviceType: 2,
        },
      });
    },
src/views/login.vue
@@ -116,12 +116,12 @@
        password: "",
        rememberMe: false,
        code: "",
        orgid:'H41010500003',
        orgid: "H41010500003",
      },
      options: [
{ value: "H41010500003", label: "河南中医药大学第一附属医院" },
    { value: "H41082200269", label: "博爱县人民医院" },
    { value: "H41078202417", label: "辉县市中医院" }
        { value: "H41078202417", label: "辉县市中医院" },
       ],
      loginRules: {
        username: [
src/views/patient/propaganda/index.vue
@@ -753,6 +753,8 @@
        serviceType: 4,
        searchscope: 2,
        sendstate: 2,
         leaveldeptcodes: [],
        leavehospitaldistrictcodes: [],
      },
      propss: { multiple: true },
      options: [],
@@ -839,6 +841,8 @@
          store.getters.belongWards.map((obj) => obj.districtCode);
      }
      this.loading = true;
      console.log(this.topqueryParams.leavehospitaldistrictcodes);
      console.log(this.topqueryParams.leaveldeptcodes);
      if (
        this.topqueryParams.leavehospitaldistrictcodes[0] &&
@@ -848,6 +852,7 @@
      } else {
        this.topqueryParams.deptOrDistrict = 1;
      }
      console.log(55);
      getTaskservelist(this.topqueryParams).then((response) => {
        this.userList = response.rows[0].serviceSubtaskList;
        this.userList.forEach((item) => {