mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 12:20:28 +08:00
修复缓存条件简单和复杂切换时可能导致复杂条件失效的问题
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user