|
@@ -182,7 +182,6 @@ export default {
|
|
"updateCrontabValue", name, value, from;
|
|
"updateCrontabValue", name, value, from;
|
|
this.crontabValueObj[name] = value;
|
|
this.crontabValueObj[name] = value;
|
|
if (from && from !== name) {
|
|
if (from && from !== name) {
|
|
- console.log(`来自组件 ${from} 改变了 ${name} ${value}`);
|
|
|
|
this.changeRadio(name, value);
|
|
this.changeRadio(name, value);
|
|
}
|
|
}
|
|
},
|
|
},
|