简化缓存条件设置

This commit is contained in:
刘祥超
2022-09-03 18:14:34 +08:00
parent cb2e1d54c2
commit d5262b5474
9 changed files with 189 additions and 21 deletions

View File

@@ -9,6 +9,9 @@ Vue.component("http-request-conds-box", {
groups: []
}
}
if (conds.groups == null) {
conds.groups = []
}
return {
conds: conds,
components: window.REQUEST_COND_COMPONENTS