|
|
@@ -82,7 +82,7 @@ class Factory extends React.Component {
|
|
|
if (refresh.current) {
|
|
|
if (refresh.current.enable) {
|
|
|
this.refreshThis = setInterval(function () {
|
|
|
- this.getModelConfig(this.props.code[0] + '?templateCode=' + codes[this.index]);
|
|
|
+ this.getModelConfig(this.props.code[0] + '?relatedKanban=' + codes[this.index]);
|
|
|
}.bind(this), refresh.current.interval * 1000 || 10000)
|
|
|
}
|
|
|
}
|