WXL
2025-03-27 2daa54cc53396fb5f5b64a6b0a5b5c814b2bae2d
src/views/patient/propaganda/index.vue
@@ -725,6 +725,7 @@
        pageSize: 10,
        serviceType: 4,
        searchscope: 2,
        sendstate:2,
      },
      propss: { multiple: true },
      options: [],
@@ -807,7 +808,11 @@
          store.getters.belongWards.map((obj) => obj.districtCode);
      }
      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;
      }
      getTaskservelist(this.topqueryParams).then((response) => {
        this.userList = response.rows[0].serviceSubtaskList;
        this.userList.forEach((item) => {
@@ -906,6 +911,7 @@
        pageNum: 1,
        pageSize: 10,
        serviceType: 4,
        sendstate:2,
      };
      this.handleQuery();
    },