| | |
| | | plain |
| | | icon="el-icon-download" |
| | | size="mini" |
| | | @click="handleExportTemplatem" |
| | | @click="handleExportTemplate" |
| | | v-hasPermi="['family:note:export']" |
| | | >导入模板下载</el-button> |
| | | </el-col> |
| | |
| | | getCertificateList, addCertificate, updateCertificate, delCertificate, |
| | | getAbroadList, addAbroad, updateAbroad, delAbroad, listType, |
| | | getAutobiographyList, getAutobiographyTermList, addAutobiography, updateAutobiography,delAutobiography, |
| | | getCategory, |
| | | getCategory,download |
| | | } from "@/api/self/index"; |
| | | // import { listRole, getRole, delRole, addRole, updateRole, dataScope,changeRoleStatus, deptTreeSelect } from "@/api/system/role"; |
| | | // import { treeselect as menuTreeselect, roleMenuTreeselect } from "@/api/system/menu"; |
| | |
| | | } |
| | | }, |
| | | |
| | | handleExportTemplatem(){ |
| | | handleExportTemplate(){ |
| | | this.download('/zSelfNote/model', { |
| | | |
| | | }, `zSelfNote${new Date().getTime()}.xlsx`) |
| | | }, `zSelfNote_${new Date().getTime()}.xlsx`) |
| | | }, |
| | | /** 导入操作*/ |
| | | handleEnportm(params){ |