diff --git a/src/views/thrombolysis/components/throm-result-firstInfo.vue b/src/views/thrombolysis/components/throm-result-firstInfo.vue index d13bc0a..810b01f 100644 --- a/src/views/thrombolysis/components/throm-result-firstInfo.vue +++ b/src/views/thrombolysis/components/throm-result-firstInfo.vue @@ -17,23 +17,25 @@
- + - + - + {{ val }} - @@ -116,11 +118,12 @@
- + - + - + - + - @@ -203,18 +207,19 @@ - + - - + {{ v }} @@ -500,11 +505,12 @@ } // this.updateAidBase(code, value, type) }, - async handleEdit(e){ - if(!this.editAuth){ + async handleEdit(e) { + if (!this.editAuth) { this.editAuth = true - }else{ - this.handleSubmit(e, 0) + } else { + await this.handleSubmit(e, 0) + this.editAuth = false } }, async onSubmit(e, patientId) { @@ -527,7 +533,7 @@ this.handleSubmit(e) } }, - handleSubmit(e,finishStatus) { + handleSubmit(e, finishStatus) { this.$nextTick(async () => { this.firstForm.validateFields(async (err, values) => { let codeAndAnswerList = [], @@ -689,9 +695,9 @@ if (this.taskList.text === map[k]) { this.taskList.status = true; } - - - + + + if ( this.$route.name !== 'Min' && this.$route.name !== 'PatientList' @@ -848,8 +854,6 @@ } \ No newline at end of file