能源bug

This commit is contained in:
2023-09-22 11:06:43 +08:00
parent a74242f3b3
commit 727f7d57c3
4 changed files with 31 additions and 5 deletions

View File

@@ -99,7 +99,7 @@ export default {
if (res.code === 0) {
this.form = res.data
this.form.plcParamId = res.data.plcParamId || ''
this.form.limitType = this.form.limitType + ''
this.form.limitType = this.form.limitType ? this.form.limitType + '' : ''
this.objIds = this.changeDetSelect(this.form.objectId, this.objList)
if (this.form.type === 2) {
this.getDetailList()

View File

@@ -46,7 +46,7 @@ const tableProps = [
label: '监控模式'
},
{
prop: 'plcParamId',
prop: 'paramName',
label: '监控参数'
},
{