瀏覽代碼

调整查找数据值名称

xiaohaizhao 1 年之前
父節點
當前提交
6f4056a345
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      control/components/prodnum-MT03/modules/tabs.vue

+ 1 - 1
control/components/prodnum-MT03/modules/tabs.vue

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