能源
This commit is contained in:
@@ -182,6 +182,7 @@ export default {
|
||||
limitType: '',
|
||||
minValue: 0,
|
||||
maxValue: 0,
|
||||
tableName: '',
|
||||
},
|
||||
objIds: [], // 回显数组
|
||||
isEdit: false, //是否是编辑
|
||||
@@ -214,6 +215,9 @@ export default {
|
||||
if (res.code === 0) {
|
||||
this.form = res.data;
|
||||
this.form.plcParamId = res.data.plcParamId || '';
|
||||
this.form.tableName = this.form.tableName
|
||||
? this.form.tableName + ''
|
||||
: '';
|
||||
this.form.method = this.form.method ? this.form.method + '' : '';
|
||||
this.form.limitType = this.form.limitType
|
||||
? this.form.limitType + ''
|
||||
|
||||
Reference in New Issue
Block a user