uat_us
parent
403008c25f
commit
a8bebaba49
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue