Signed-off-by: hsshuxian <3049816743@qq.com>
@@ -217,7 +217,7 @@ export default {
objTag: null,
colCycle: null,
colMode: null,
- magnification: 1,
+ magnification: null,
specDesc: null
},
// 表单参数
@@ -317,7 +317,7 @@ export default {
this.title = '添加电表';
this.form.meterCls = 45;
} else if (this.activeTab === '水表') {
- this.title = '添加电表';
+ this.title = '添加水表';
this.form.meterCls = 70;
}