fix: 解决应用安装切换版本校验条件没变的问题 (#5205)
Some checks failed
Build / SonarCloud (push) Failing after -4m39s
Build Test / build-linux-binary (push) Failing after 15s
sync2gitee / repo-sync (push) Failing after -4m49s

This commit is contained in:
zhengkunwang 2024-05-29 18:49:11 +08:00 committed by GitHub
parent 86d021cbfc
commit a4a66e1e18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);