能源bug
This commit is contained in:
		| @@ -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() | ||||
|   | ||||
| @@ -46,7 +46,7 @@ const tableProps = [ | ||||
|     label: '监控模式' | ||||
|   }, | ||||
|   { | ||||
|     prop: 'plcParamId', | ||||
|     prop: 'paramName', | ||||
|     label: '监控参数' | ||||
|   }, | ||||
|   { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user