diff --git a/src/components/360View/index1.vue b/src/components/360View/index1.vue
index 2bd5ff3..c61aad9 100644
--- a/src/components/360View/index1.vue
+++ b/src/components/360View/index1.vue
@@ -272,6 +272,7 @@ export default {
sharkFlag: true,
patientBaseData: {},
timeAxisNodeInfo: [], // 点击左侧时间轴获取到的中间区域详细信息
+ doctorId: '', //
date: '', // 点击时间轴的时间
source: '', // 数据集数据来源
collectList: '', // 数据集数据
@@ -396,8 +397,10 @@ export default {
this.drawerWidth = (this.drawerWidth === '500px') ? '800px' : '500px'
},
backList() {
- if (this.$route.query.patientId) {
+ if (this.$route.query.patientId && !this.$route.query.doctorId) {
this.$router.go(-1)
+ } else if (this.$route.query.doctorId) {
+ this.$router.push('/outpatientManagement-call')
} else {
this.$parent.detailViewVisible = false
this.$parent.getDataListInitial()
diff --git a/src/components/patient-search/data-list.vue b/src/components/patient-search/data-list.vue
index bde3e04..4f79994 100644
--- a/src/components/patient-search/data-list.vue
+++ b/src/components/patient-search/data-list.vue
@@ -39,7 +39,6 @@
-
@@ -75,46 +74,22 @@
- 查看详情
-
+ 查看详情
-
-
-
-
-
+
diff --git a/src/page-subspecialty/views/pages/login.vue b/src/page-subspecialty/views/pages/login.vue
index 6bfd215..e9c23b6 100644
--- a/src/page-subspecialty/views/pages/login.vue
+++ b/src/page-subspecialty/views/pages/login.vue
@@ -17,15 +17,14 @@
:model="dataForm"
:rules="dataRule"
status-icon
- @keyup.enter.native="dataFormSubmitHandle()"
>
-
+
-
+
@@ -86,6 +85,9 @@ export default {
// this.getCaptcha()
},
methods: {
+ submitNext() {
+ this.$refs.passWord.focus()
+ },
// 获取验证码
async getCaptcha() {
this.dataForm.uuid = getUUID()