WXL
5 天以前 c97bd0d3b646611474faf6017aebbe34180a0e92
src/views/patient/propaganda/index.vue
@@ -372,7 +372,6 @@
          </template>
        </el-table-column> -->
        <el-table-column
          fixed="right"
          label="任务结果记录"
          width="120"
          align="center"
@@ -754,6 +753,8 @@
        serviceType: 4,
        searchscope: 2,
        sendstate: 2,
        leavehospitaldistrictcodes:[],
        leaveldeptcodes:[],
      },
      propss: { multiple: true },
      options: [],
@@ -840,12 +841,14 @@
          store.getters.belongWards.map((obj) => obj.districtCode);
      }
      this.loading = true;
      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) => {