caiyiling 2024-07-18 14:46:41 +08:00
parent 403008c25f
commit a8bebaba49
1 changed files with 0 additions and 3 deletions

View File

@ -179,7 +179,6 @@ export default {
methods: {
async initList(){
if (this.visitTaskId !== this.lastCanvasTaskId) {
this.activeName = ''
this.ecrfShow = true
var i = this.visitTaskList.findIndex(i => i.VisitTaskId === this.lastCanvasTaskId)
console.log(i)
@ -364,7 +363,6 @@ export default {
if (this.visitTaskId !== obj.visitTaskId) {
this.visitTaskId = obj.visitTaskId
this.taskBlindName = obj.taskBlindName
this.activeName = ''
this.ecrfShow = true
}
},
@ -384,7 +382,6 @@ export default {
this.loading = false
if (res.IsSuccess) {
//
this.activeName = ''
this.$refs['QuestionsPreview'].getCustomTableQuestionAnswer(this.visitTaskId )
await store.dispatch('reading/refreshCustomizeMeasuredData', this.visitTaskId)
DicomEvent.$emit('getMeasureData')