diff --git a/.env.development b/.env.development index f057aa8..4593667 100644 --- a/.env.development +++ b/.env.development @@ -1,8 +1,8 @@ VUE_APP_NODE_ENV=development -VUE_APP_BASE_URL=https://test.tall.wiki -VUE_APP_API_URL=https://test.tall.wiki/gateway -VUE_APP_MSG_URL=ws://test.tall.wiki/websocket/message/v4.0/ws -VUE_APP_PROJECT_PATH=https://test.tall.wiki/carBasicTall -VUE_APP_QUESTION_PATH=https://test.tall.wiki/carbasics +VUE_APP_BASE_URL=https://www.tall.wiki +VUE_APP_API_URL=https://www.tall.wiki/gateway +VUE_APP_MSG_URL=ws://www.tall.wiki/websocket/message/v4.0/ws +VUE_APP_PROJECT_PATH=https://www.tall.wiki/carBasicTall +VUE_APP_QUESTION_PATH=https://www.tall.wiki/carbasics VUE_APP_VERSION=v3.1.0 VUE_APP_PUBLIC_PATH=/carBasicCalendar/ diff --git a/src/components/PatientList/PatientList.vue b/src/components/PatientList/PatientList.vue index 29f6a7b..b69de94 100644 --- a/src/components/PatientList/PatientList.vue +++ b/src/components/PatientList/PatientList.vue @@ -374,7 +374,7 @@ export default { beforeUpdate() {}, // 组件周期函数--监听组件数据更新之后 updated() { - this.getData(true); + // this.getData(true); }, // 组件周期函数--监听组件激活(显示) activated() {}, diff --git a/src/components/PrettyExchange/PrettyExchange.vue b/src/components/PrettyExchange/PrettyExchange.vue index 1dec670..bdfd23b 100644 --- a/src/components/PrettyExchange/PrettyExchange.vue +++ b/src/components/PrettyExchange/PrettyExchange.vue @@ -111,7 +111,7 @@ - v2.0.1 + v2.0.2 diff --git a/src/pages/patientLine/patientLine.vue b/src/pages/patientLine/patientLine.vue index e86599f..ff4d81a 100644 --- a/src/pages/patientLine/patientLine.vue +++ b/src/pages/patientLine/patientLine.vue @@ -33,31 +33,31 @@ export default { // 神内任务列表 { name: '患者信息', - time: '11月24日 16:56', + time: '', code: '', path: '/pages/patient/patient', }, { name: '基本信息', - time: '11月24日 16:56', + time: '', code: '', path: '/pages/info/info', }, { name: '入院评估', - time: '11月24日 16:56', + time: '', code: 'RYPG', path: '/pages/inner/inner', }, { name: '主要治疗操作', - time: '11月24日 16:56', + time: '', code: 'SSXG', path: '/pages/inner/inner', }, { name: '出院记录', - time: '11月24日 16:56', + time: '', code: 'CYJL', path: '/pages/inner/inner', }, @@ -66,37 +66,37 @@ export default { // 神外任务列表 { name: '患者信息', - time: '11月24日 16:56', + time: '', code: '', path: '/pages/patient/patient', }, { name: '基本信息', - time: '11月24日 16:56', + time: '', code: '', path: '/pages/info/info', }, { name: '入院评估', - time: '11月24日 16:56', + time: '', code: 'RYPG', path: '/pages/outside/outside', }, { name: '主要检查', - time: '11月24日 16:56', + time: '', code: 'ZYJC', path: '/pages/outside/outside', }, { name: '手术相关操作', - time: '11月24日 16:56', + time: '', code: 'SSXG', path: '/pages/outside/outside', }, { name: '出院记录', - time: '11月24日 16:56', + time: '', code: 'CYJL', path: '/pages/outside/outside', }, @@ -111,6 +111,13 @@ export default { }, onLoad(options) { this.caseType = options.caseType - 0; + const time = this.$moment().format('MM') - 0 + this.$moment().format('月DD日 HH:mm'); + for (let i = 0; i < this.innerList.length; i++) { + this.innerList[i].time = time; + } + for (let i = 0; i < this.outSideList.length; i++) { + this.outSideList[i].time = time; + } this.showLine = true; }, methods: { diff --git a/src/pages/task-page/task-page.vue b/src/pages/task-page/task-page.vue index a9c0377..9b0c96c 100644 --- a/src/pages/task-page/task-page.vue +++ b/src/pages/task-page/task-page.vue @@ -7,7 +7,7 @@
- +
详情内容在详情页内查看
点击此处跳转
@@ -342,6 +342,9 @@ export default { // 页面周期函数--监听页面显示(not-nvue) onShow() { + if (this.showPage === 'function' && this.$refs.PatientList) { + this.$refs.PatientList.getData(true); + } if (this.isBack) { this.isBack = false; setTimeout(() => {