WXL
2025-01-09 95075418735842f54c116c2dc2d18199d4408e50
src/views/patient/follow/index.vue
@@ -180,7 +180,7 @@
                @click="
                  $router.push({
                    path: '/patient/patient/profile/',
                    query: { id: scope.row.patid },
                    query: { id: scope.row.id },
                  })
                "
@@ -518,7 +518,7 @@
    /** 下载模板操作 */
    importTemplate() {
      this.download(
        "system/user/importTemplate",
        "smartor/import/getImportPatTemplate",
        {},
        `user_template_${new Date().getTime()}.xlsx`
      );