WXL
2023-11-21 6d3e75d248256fe9860beb91161265af3b39e982
src/views/followvisit/tasklist/index.vue
@@ -156,7 +156,7 @@
          prop="describe"
        />
        <el-table-column
          label="任务总数"
          label="子任务总数"
          align="center"
          key="nickName"
          prop="nickName"
@@ -579,7 +579,7 @@
    /** 查询门诊随访列表 */
    getList() {
      this.loading = true;
      listsvr_prj(this.addDateRange(this.topqueryParams, this.dateRange)).then(
      listUser(this.addDateRange(this.topqueryParams, this.dateRange)).then(
        (response) => {
          console.log(response);
          this.userList = response.rows;