fix(系统设置): K8S 资源池上的 api image 设置成非必填
This commit is contained in:
parent
c19e45d9e1
commit
188b152e81
|
@ -319,7 +319,7 @@ export default {
|
|||
this.infoList.forEach(info => {
|
||||
for (let key in info) {
|
||||
// 排除非必填项
|
||||
if (key === 'nodeSelector') {
|
||||
if (key === 'nodeSelector' || key === 'apiImage') {
|
||||
continue;
|
||||
}
|
||||
if (info[key] != '0' && !info[key]) {
|
||||
|
|
Loading…
Reference in New Issue