护理站人员信息加导入
This commit is contained in:
parent
6b36713a0d
commit
b0f4c8aaa2
@ -446,7 +446,6 @@
|
|||||||
icon="el-icon-circle-plus-outline"
|
icon="el-icon-circle-plus-outline"
|
||||||
@click="adddisease"
|
@click="adddisease"
|
||||||
v-if="index == 0"
|
v-if="index == 0"
|
||||||
|
|
||||||
></el-button>
|
></el-button>
|
||||||
|
|
||||||
<el-button
|
<el-button
|
||||||
@ -455,8 +454,6 @@
|
|||||||
circle
|
circle
|
||||||
plain
|
plain
|
||||||
@click="deldisease(index)"
|
@click="deldisease(index)"
|
||||||
|
|
||||||
|
|
||||||
v-if="index != 0"
|
v-if="index != 0"
|
||||||
></el-button>
|
></el-button>
|
||||||
</div>
|
</div>
|
||||||
@ -838,7 +835,6 @@ import {
|
|||||||
updatePerson,
|
updatePerson,
|
||||||
stationList,
|
stationList,
|
||||||
StationDepartmentList,
|
StationDepartmentList,
|
||||||
|
|
||||||
} from "@/api/system/person";
|
} from "@/api/system/person";
|
||||||
import { getToken } from "@/utils/auth";
|
import { getToken } from "@/utils/auth";
|
||||||
|
|
||||||
@ -1351,11 +1347,12 @@ export default {
|
|||||||
/** 下载模板操作 */
|
/** 下载模板操作 */
|
||||||
importTemplate() {
|
importTemplate() {
|
||||||
this.download(
|
this.download(
|
||||||
"/system/station/downloadTemplate?fileType=3",
|
"/system/station/downloadTemplate?fileType=nurseStationPerson",
|
||||||
{},
|
{},
|
||||||
`护理站人员基本信息导入模板.xlsx`
|
`护理站人员基本信息导入模板.xlsx`
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
||||||
// 提交上传文件
|
// 提交上传文件
|
||||||
submitFileForm() {
|
submitFileForm() {
|
||||||
this.$refs.upload.submit();
|
this.$refs.upload.submit();
|
||||||
@ -1379,7 +1376,6 @@ export default {
|
|||||||
this.upload.isUploading = true;
|
this.upload.isUploading = true;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
/** 导出按钮操作 */
|
/** 导出按钮操作 */
|
||||||
handleExport() {
|
handleExport() {
|
||||||
this.download(
|
this.download(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user