WXL
2025-03-04 32674b04eb3cb387d54303f4a58f9b4c3a851ed2
测试完成
已修改10个文件
15 ■■■■■ 文件已修改
src/views/followvisit/discharge/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/outpatient/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/record/detailpage/index.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/medtechnician/SpecializedService.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/profile/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/physical/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/propaganda/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/questionnaire/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/subsequent/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/ycquestionnaire/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/discharge/index.vue
@@ -888,6 +888,7 @@
        console.log(this.topqueryParams.leavehospitaldistrictcodes, "11");
      }
      this.loading = true;
      this.topqueryParams.deptOrDistrict=2;
      getTaskservelist(this.topqueryParams).then((response) => {
        this.userList = response.rows[0].serviceSubtaskList;
        this.total = response.total;
@@ -1086,7 +1087,7 @@
        pageNum: 1,
        pageSize: 10,
        serviceType: 2,
        searchscope: 2,
        searchscope: 3,
      };
      this.handleQuery(1);
    },
src/views/followvisit/outpatient/index.vue
@@ -660,6 +660,7 @@
    /** 查询门诊随访列表 */
    getList() {
      this.loading = true;
      this.topqueryParams.deptOrDistrict=2;
      getTaskservelist(this.topqueryParams).then(
        (response) => {
          this.userList = response.rows;
src/views/followvisit/record/detailpage/index.vue
@@ -637,6 +637,7 @@
      getTaskservelist({
        patid: this.patid,
        taskid: taskid,
        deptOrDistrict:2,
      }).then((res) => {
        if (res.code == 200) {
          this.logsheetlist = res.rows[0].serviceSubtaskList;
@@ -654,6 +655,7 @@
      getTaskservelist({
        patid: this.patid,
        taskid: this.taskid,
        deptOrDistrict:2,
      }).then((res) => {
        if (res.code == 200) {
          objson = res.rows[0].serviceSubtaskList[0];
@@ -672,6 +674,7 @@
      getTaskservelist({
        patid: this.patid,
        taskid: this.taskid,
        deptOrDistrict:2,
      }).then((res) => {
        if (res.code == 200) {
          objson = res.rows[0].serviceSubtaskList[0];
src/views/patient/medtechnician/SpecializedService.vue
@@ -834,6 +834,7 @@
          store.getters.belongWards.map((obj) => obj.districtCode);
      }
      this.loading = true;
      this.topqueryParams.deptOrDistrict=2;
      getTaskservelist(this.topqueryParams).then((response) => {
        this.userList = response.rows[0].serviceSubtaskList;
        this.cardlist[0].value =
src/views/patient/patient/profile/index.vue
@@ -1238,6 +1238,7 @@
    handleClickfw(){
      getTaskservelist({
        patid: this.id,
        deptOrDistrict:2,
      }).then((res) => {
        if (res.code == 200) {
          this.record = res.rows[0].serviceSubtaskList;
src/views/patient/physical/index.vue
@@ -866,6 +866,7 @@
        console.log(this.topqueryParams.leavehospitaldistrictcodes, "11");
      }
      this.loading = true;
      this.topqueryParams.deptOrDistrict=2;
      getTaskservelist(this.topqueryParams).then((response) => {
        this.userList = response.rows[0].serviceSubtaskList;
        this.total = response.total;
src/views/patient/propaganda/index.vue
@@ -806,6 +806,8 @@
          store.getters.belongWards.map((obj) => obj.districtCode);
      }
      this.loading = true;
      this.topqueryParams.deptOrDistrict=2;
      getTaskservelist(this.topqueryParams).then((response) => {
        this.userList = response.rows[0].serviceSubtaskList;
        this.userList.forEach((item) => {
src/views/patient/questionnaire/index.vue
@@ -866,6 +866,7 @@
        console.log(this.topqueryParams.leavehospitaldistrictcodes, "11");
      }
      this.loading = true;
      this.topqueryParams.deptOrDistrict=2;
      getTaskservelist(this.topqueryParams).then((response) => {
        this.userList = response.rows[0].serviceSubtaskList;
        this.total = response.total;
src/views/patient/subsequent/index.vue
@@ -702,6 +702,7 @@
    /** 查询门诊随访列表 */
    getList() {
      this.loading = true;
      this.topqueryParams.deptOrDistrict=2;
      getTaskservelist(this.topqueryParams).then((response) => {
        this.userList = response.rows;
        this.total = response.total;
src/views/patient/ycquestionnaire/index.vue
@@ -866,6 +866,7 @@
        console.log(this.topqueryParams.leavehospitaldistrictcodes, "11");
      }
      this.loading = true;
      this.topqueryParams.deptOrDistrict=2;
      getTaskservelist(this.topqueryParams).then((response) => {
        this.userList = response.rows[0].serviceSubtaskList;
        this.total = response.total;