diff --git a/src/views/login.vue b/src/views/login.vue index 3ef0adf..dbfb1e0 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -72,8 +72,8 @@ export default { return { codeUrl: "", loginForm: { - username: "admin", - password: "admin123", + username: "", + password: "", rememberMe: false, code: "", uuid: "" diff --git a/src/views/manage/patientInfoImport/index.vue b/src/views/manage/patientInfoImport/index.vue index a2563db..606306e 100644 --- a/src/views/manage/patientInfoImport/index.vue +++ b/src/views/manage/patientInfoImport/index.vue @@ -1,62 +1,24 @@ @@ -151,12 +89,9 @@ import { patientInfoImportBatchlist, updateSn } from "@/api/manage/patientInfoImport"; import { selectAgencyList, getDepartmentList, getAgencyList } from "@/api/manage/selectAgencyList"; import SearchFilter from '../../components/SearchForm.vue' - - export default { name: "Importlist", components: { SearchFilter }, - data() { return { maxTableHeight: undefined, @@ -164,7 +99,6 @@ export default { hospitalAgencylist: [], // 院区list campusAgencylist: [], - // 遮罩层 loading: true, // 选中数组 @@ -208,15 +142,6 @@ export default { this.screenChange() }, methods: { - handleRules() { - this.getList() - }, - - // 导入成功 - handleRules() { - console.log('this.patientInfoImportList') - this.getList() - }, // 流水号/明细 handsn(row) { this.$router.push({ @@ -227,7 +152,6 @@ export default { Timeimport: row.createTime, }, }); - }, // 外呼 handOutbound(row) { @@ -242,6 +166,9 @@ export default { departmentName: row.departmentName ? row.departmentName : '', }, }); + }, + // 立即外呼 + ljhandOutbound() { }, /** 删除按钮操作 */ @@ -312,8 +239,6 @@ export default { this.single = selection.length !== 1 this.multiple = !selection.length }, - - /** 导出按钮操作 */ handleExport() { this.download('manage/blacklist/export', { @@ -341,15 +266,11 @@ export default { query.campusId = id } getAgencyList(query).then(res => { - // if (type) - console.log(nodeType); - console.log(res.data.campusList); - { + // if (type) { if (nodeType == 'HOSPITAL') { this.campusAgencylist = res.data.campusList; - } - } + // } }) }, //选中医院获取院区 @@ -398,7 +319,6 @@ export default { this.getAgencyListinfo('HOSPITAL', this.queryParams.hospitalAgencyId) } }, - // 获取表格最高高度 getMaxTableHeight() { const windowInnerHeight = window.innerHeight // 屏幕可视高度