+ @pressEnter="onSearch" allowClear @change="handleSearchChange">
@@ -228,6 +228,10 @@
'setVideo',
'setBook',
]),
+ handleSearchChange(e){
+ console.log(e.data)
+ if(!e.data) this.onSearch()
+ },
//搜索
onSearch(data) {
this.$refs.patientList.getData(1, this.searchVal, 'search')
diff --git a/src/views/before/Emergency.vue b/src/views/before/Emergency.vue
index 5f837f7..0d56787 100644
--- a/src/views/before/Emergency.vue
+++ b/src/views/before/Emergency.vue
@@ -8,14 +8,10 @@
-
+
-
-
+
+
{{ item }}
@@ -109,19 +58,10 @@
得分
-
+
-
+
{{
item.text
@@ -130,47 +70,23 @@
{{ item.description }}
-
+
-
+
-
-
+
+ ) in item.range" :key="val.value" :value="val.value" @click="item.visible = false">
{{ val.value }}
-
+
@@ -178,321 +94,331 @@
- 保存
+ 保存
+
\ No newline at end of file
diff --git a/src/views/thrombolysis/components/throm-ing.vue b/src/views/thrombolysis/components/throm-ing.vue
index 19ca046..043db76 100644
--- a/src/views/thrombolysis/components/throm-ing.vue
+++ b/src/views/thrombolysis/components/throm-ing.vue
@@ -61,6 +61,7 @@
ThromIngRecord,
ThromIngDate
},
+ props: ['tabIndex'],
data() {
return {
currentIndex: 0,
@@ -80,18 +81,18 @@
}
}
},
-
mounted() {
},
created() {
- console.log('patientData', this.patientData)
+ if(this.tabIndex) this.currentIndex = this.tabIndex
+ // console.log('patientData', this.patientData)
// console.log('book', this.book)
},
methods: {
...mapMutations('patient', ['setTimerData']),
handleClickStep(current) {
- console.log(this.timerData)
+ // console.log(this.timerData)
let code = null
if (current == 1) code = 'JMRS-Q-NIHSS'
else if (current == 2) code = 'JMRS-15-NIHSS'
diff --git a/src/views/thrombolysis/components/throm-result-firstInfo.vue b/src/views/thrombolysis/components/throm-result-firstInfo.vue
index 08f5b10..d631f0d 100644
--- a/src/views/thrombolysis/components/throm-result-firstInfo.vue
+++ b/src/views/thrombolysis/components/throm-result-firstInfo.vue
@@ -45,7 +45,7 @@
-
+