护理站人员信息加导入
This commit is contained in:
parent
6b36713a0d
commit
b0f4c8aaa2
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user