openatc-components 0.1.158 → 0.1.160

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -556,7 +556,7 @@ export default {
556
556
  control.control = that.preselectModel
557
557
  // control.terminal = isNaN(parseInt(manualInfo.tempPatternid)) ? Number(manualInfo.tempPatternid.replace(/[^0-9]/ig, '')) : manualInfo.tempPatternid
558
558
  control.terminal = Number(manualInfo.tempPatternid)
559
- control.delay = Number(manualInfo.tempDelay)
559
+ // control.delay = Number(manualInfo.tempDelay)
560
560
  control.duration = Number(manualInfo.tempDuration)
561
561
  control.value = that.preselectStages === -1 ? 0 : that.preselectStages
562
562
  if (control.control === 0) {
@@ -32,11 +32,11 @@
32
32
  </el-option>
33
33
  </el-select>
34
34
  </el-form-item>
35
- <el-form-item
35
+ <!-- <el-form-item
36
36
  :label="$t('openatccomponents.overview.delay') + ':'"
37
37
  prop="intersection">
38
38
  <el-input-number v-model="manualInfo.tempDelay" :controls="false" size="mini" :max="65535" :min="0" :precision="0" :step="1" :placeholder="$t('openatccomponents.common.input')"></el-input-number>
39
- </el-form-item>
39
+ </el-form-item> -->
40
40
  <el-form-item
41
41
  :label="$t('openatccomponents.overview.duration') + ':'"
42
42
  prop="count">
@@ -172,7 +172,7 @@ export default {
172
172
  manualsStage: {},
173
173
  manualInfo: {
174
174
  tempPatternid: '', // 控制方式手动操作的情况下的控制编号的临时值。
175
- tempDelay: 0, // 控制方式手动操作的情况下的延迟时间的临时值。
175
+ // tempDelay: 0, // 控制方式手动操作的情况下的延迟时间的临时值。
176
176
  tempDuration: 300 // 控制方式手动操作的情况下的持续时间的临时值。
177
177
  }
178
178
  }
@@ -217,9 +217,9 @@ export default {
217
217
  if (this.controlData.patternid) {
218
218
  this.manualInfo.tempPatternid = this.controlData.patternid
219
219
  }
220
- if (this.controlData.tempDelay) {
221
- this.manualInfo.tempDelay = this.controlData.delay
222
- }
220
+ // if (this.controlData.tempDelay) {
221
+ // this.manualInfo.tempDelay = this.controlData.delay
222
+ // }
223
223
  if (this.controlData.tempDuration) {
224
224
  this.manualInfo.tempDuration = this.controlData.duration
225
225
  }
@@ -143,7 +143,7 @@ export default {
143
143
  level: 1,
144
144
  phase: 1,
145
145
  type: 0,
146
- duration: 300,
146
+ duration: 60,
147
147
  delay: 0
148
148
  }
149
149
  }