|
@@ -483,6 +483,7 @@ export default {
|
|
|
this.confirmLoading = true;
|
|
this.confirmLoading = true;
|
|
|
this.pipelineConfigTemplate.forEach((item) => {
|
|
this.pipelineConfigTemplate.forEach((item) => {
|
|
|
const target = this.pipelineConfig.find((i) => i.name === item.name);
|
|
const target = this.pipelineConfig.find((i) => i.name === item.name);
|
|
|
|
|
+ item.active = target.active;
|
|
|
Object.keys(item.configs).forEach((key) => {
|
|
Object.keys(item.configs).forEach((key) => {
|
|
|
item.configs[key] = target.configs[key];
|
|
item.configs[key] = target.configs[key];
|
|
|
});
|
|
});
|