修复缓存条件简单和复杂切换时可能导致复杂条件失效的问题

This commit is contained in:
刘祥超
2023-12-19 09:26:18 +08:00
parent 537e6c9a5e
commit 4d04964740

View File

@@ -159,6 +159,9 @@ Vue.component("http-cache-ref-box", {
} }
dialog.style.width = width + "px" dialog.style.width = width + "px"
if (this.ref.conds != null) {
this.ref.conds.isOn = true
}
break break
} }
}, },