1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
6cb63bdc59
commit
d317402f85
|
|
@ -909,6 +909,9 @@ export default {
|
||||||
handleSizeChange(e, viewportId) {
|
handleSizeChange(e, viewportId) {
|
||||||
// console.log('handleSizeChange', e)
|
// console.log('handleSizeChange', e)
|
||||||
this.resetRenderingEngine(viewportId)
|
this.resetRenderingEngine(viewportId)
|
||||||
|
if (this.readingTool === 3) {
|
||||||
|
DicomEvent.$emit('isloaded', { isChange: false })
|
||||||
|
}
|
||||||
},
|
},
|
||||||
resetQuestion() {
|
resetQuestion() {
|
||||||
this.$refs[`ecrf_${this.lastViewportTaskId}`][0].getQuestions(false)
|
this.$refs[`ecrf_${this.lastViewportTaskId}`][0].getQuestions(false)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue