WXL
2023-12-04 6b39414f0ec1ce55e5b399dce79604c6fdcfdc0c
提交信息
已修改1个文件
17 ■■■■■ 文件已修改
src/views/followvisit/tasklist/index.vue 17 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/tasklist/index.vue
@@ -208,7 +208,6 @@
          </template>
        </el-table-column>
        <el-table-column
          label="操作"
          align="center"
@@ -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, },
      });
    },
    /** 重置密码按钮操作 */