WXL
2025-03-03 bcf3cae47b1d6d5bde273d1006719751d615769f
src/views/followvisit/outpatient/index.vue
@@ -17,7 +17,7 @@
                  font-weight: 600;
                "
              >
                {{ item.value }}
              {{ item.value ? item.value : 0 }}
              </div>
            </div>
          </el-card>
@@ -217,9 +217,10 @@
              size="medium"
              type="text"
              @click="
                $router.push({
                  path: '/patient/indexls/',
                })
                 $router.push({
                    path: '/patient/indexls/',
                    query: { sfzh: scope.row.sfzh },
                  })
              "
              ><span class="button-textsc">{{
                scope.row.sendname
@@ -272,7 +273,7 @@
        />
        <el-table-column
          label="人工处理意见"
          label="处理意见"
          align="center"
          key="suggest"
          prop="suggest"
@@ -790,15 +791,15 @@
      topicoptions: [
        {
          value: 1,
          label: "被领取",
          label: "表单已领取",
        },
        {
          value: 2,
          label: "待发送",
          label: "待随访",
        },
        {
          value: 3,
          label: "已发送未领取",
          label: "表单已发送",
        },
        {
          value: 4,
@@ -881,6 +882,8 @@
        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;