mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-09-14 10:36:30 +08:00
fix: 解决应用安装切换版本校验条件没变的问题 (#5205)
This commit is contained in:
parent
86d021cbfc
commit
a4a66e1e18
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue