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

This commit is contained in:
GoEdgeLab
2023-12-19 09:26:18 +08:00
parent 252141b793
commit 38d370d92f

View File

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