uat_us
parent
403008c25f
commit
a8bebaba49
|
@ -179,7 +179,6 @@ export default {
|
||||||
methods: {
|
methods: {
|
||||||
async initList(){
|
async initList(){
|
||||||
if (this.visitTaskId !== this.lastCanvasTaskId) {
|
if (this.visitTaskId !== this.lastCanvasTaskId) {
|
||||||
this.activeName = ''
|
|
||||||
this.ecrfShow = true
|
this.ecrfShow = true
|
||||||
var i = this.visitTaskList.findIndex(i => i.VisitTaskId === this.lastCanvasTaskId)
|
var i = this.visitTaskList.findIndex(i => i.VisitTaskId === this.lastCanvasTaskId)
|
||||||
console.log(i)
|
console.log(i)
|
||||||
|
@ -364,7 +363,6 @@ export default {
|
||||||
if (this.visitTaskId !== obj.visitTaskId) {
|
if (this.visitTaskId !== obj.visitTaskId) {
|
||||||
this.visitTaskId = obj.visitTaskId
|
this.visitTaskId = obj.visitTaskId
|
||||||
this.taskBlindName = obj.taskBlindName
|
this.taskBlindName = obj.taskBlindName
|
||||||
this.activeName = ''
|
|
||||||
this.ecrfShow = true
|
this.ecrfShow = true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -384,7 +382,6 @@ export default {
|
||||||
this.loading = false
|
this.loading = false
|
||||||
if (res.IsSuccess) {
|
if (res.IsSuccess) {
|
||||||
// 刷新标注、表单、报告页信息
|
// 刷新标注、表单、报告页信息
|
||||||
this.activeName = ''
|
|
||||||
this.$refs['QuestionsPreview'].getCustomTableQuestionAnswer(this.visitTaskId )
|
this.$refs['QuestionsPreview'].getCustomTableQuestionAnswer(this.visitTaskId )
|
||||||
await store.dispatch('reading/refreshCustomizeMeasuredData', this.visitTaskId)
|
await store.dispatch('reading/refreshCustomizeMeasuredData', this.visitTaskId)
|
||||||
DicomEvent.$emit('getMeasureData')
|
DicomEvent.$emit('getMeasureData')
|
||||||
|
|
Loading…
Reference in New Issue