Skip to content

Commit 4d04964

Browse files
committed
修复缓存条件简单和复杂切换时可能导致复杂条件失效的问题
1 parent 537e6c9 commit 4d04964

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web/public/js/components/server/http-cache-ref-box.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ Vue.component("http-cache-ref-box", {
159159
}
160160

161161
dialog.style.width = width + "px"
162+
if (this.ref.conds != null) {
163+
this.ref.conds.isOn = true
164+
}
162165
break
163166
}
164167
},

0 commit comments

Comments
 (0)