护理站人员信息加导入

This commit is contained in:
闫晓茹 2022-09-21 15:46:48 +08:00
parent 6b36713a0d
commit b0f4c8aaa2

View File

@ -446,7 +446,6 @@
icon="el-icon-circle-plus-outline"
@click="adddisease"
v-if="index == 0"
></el-button>
<el-button
@ -455,8 +454,6 @@
circle
plain
@click="deldisease(index)"
v-if="index != 0"
></el-button>
</div>
@ -838,7 +835,6 @@ import {
updatePerson,
stationList,
StationDepartmentList,
} from "@/api/system/person";
import { getToken } from "@/utils/auth";
@ -1344,18 +1340,19 @@ export default {
},
/** 导入按钮操作 */
handleImport() {
this.upload.open = true;
this.upload.title = "用户导入";
this.upload.open = true;
this.upload.title = "用户导入";
},
/** 下载模板操作 */
importTemplate() {
/** 下载模板操作 */
importTemplate() {
this.download(
"/system/station/downloadTemplate?fileType=3",
"/system/station/downloadTemplate?fileType=nurseStationPerson",
{},
`护理站人员基本信息导入模板.xlsx`
);
},
//
submitFileForm() {
this.$refs.upload.submit();
@ -1379,7 +1376,6 @@ export default {
this.upload.isUploading = true;
},
/** 导出按钮操作 */
handleExport() {
this.download(