This commit is contained in:
@@ -1836,7 +1836,11 @@ export default {
|
||||
this.setToolEnabled()
|
||||
}
|
||||
} else {
|
||||
if (this.criterionType === 0) return
|
||||
if (this.criterionType === 0) {
|
||||
this.tools[i].isDisabled = false
|
||||
e.target.style.cursor = 'pointer'
|
||||
return
|
||||
}
|
||||
const obj = this.$refs[`ecrf_${this.lastViewportTaskId}`][0].validTool(toolName, true)
|
||||
this.tools[i].disabledReason = obj.reason
|
||||
if (!obj.isCanActiveTool) {
|
||||
|
||||
Reference in New Issue
Block a user