yxh
2024-02-05 1150720266547527daec0edbe59f0b395f0cddc6
Merge branch 'wulong' of http://116.62.18.175:6699/r/~yxh/smartor-web into yxh01
已修改1个文件
17 ■■■■■ 文件已修改
src/views/followvisit/tasklist/index.vue 17 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/tasklist/index.vue
@@ -207,7 +207,6 @@
            <span>{{ parseTime(scope.row.create_time) }}</span>
          </template>
        </el-table-column>
      
        <el-table-column
          label="操作"
@@ -694,21 +693,17 @@
      this.$router.push({
        path: "/followvisit/tasklist/FollowupDetails/",
      });
      // this.reset();
      // this.addalteropen = true;
      // getUser().then((response) => {
      //   this.postOptions = response.posts;
      //   this.roleOptions = response.roles;
      //   this.title = "新增门诊随访";
      //   this.form.password = this.initPassword;
      // });
    },
    /** 修改按钮操作 */
    handleUpdate(row) {
      // const userId = row.userId || this.ids;
      // this.$router.push({
      //   path: "/followvisit/tasklist/FollowupDetails/",
      //   query: { id: row.id },
      // });
      this.$router.push({
        path: "/followvisit/tasklist/FollowupDetails/",
        query: { id: row.id },
        path: "/followvisit/particty",
        query: { type: 2, },
      });
    },
    /** 重置密码按钮操作 */