mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-03-13 17:24:44 +08:00
fix: 解决应用安装切换版本校验条件没变的问题 (#5205)
This commit is contained in:
parent
86d021cbfc
commit
a4a66e1e18
@ -195,6 +195,8 @@ const handleParams = () => {
|
||||
if (p.rule && p.rule != '') {
|
||||
rules[p.envKey].push(Rules[p.rule]);
|
||||
}
|
||||
} else {
|
||||
delete rules[p.envKey];
|
||||
}
|
||||
if (p.type === 'apps') {
|
||||
getServices(p.child.envKey, p.default, p);
|
||||
|
Loading…
x
Reference in New Issue
Block a user