1
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user