|
@@ -82,7 +82,7 @@ export default {
|
|
|
name: 'PLC时钟'
|
|
|
}]
|
|
|
try {
|
|
|
- this.$refs.关断设置.ctrlModel = this.__proto__.getControlItem(['关断设置'], newVal)[0];
|
|
|
+ this.$refs.关断设置.ctrlModel = this.__proto__.getControlItem(['关断设置'], newVal, { 关断设置: "switch" })[0];
|
|
|
this.$refs.关断复位.ctrlModel = this.__proto__.getControlItem(['关断复位'], newVal, { 关断复位: "switch" })[0];
|
|
|
this.llcj = newVal.params.流量采集;
|
|
|
let nameList = ['关断流量值设定', '关断延时设置']
|