|
|
@@ -118,7 +118,7 @@
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="24" class="table_wrapper"></el-col>
|
|
|
+ <el-col :span="24" class="table_wrapper">
|
|
|
<el-table :data="baseInfoForm.conditions" style="width: 100%">
|
|
|
<el-table-column label="">
|
|
|
<template slot-scope="scope">
|
|
|
@@ -501,6 +501,7 @@
|
|
|
this.baseInfoForm.deviceId = data.id;
|
|
|
this.baseInfoForm.deviceName = data.name;
|
|
|
this.baseInfoForm.deviceCode = data.code;
|
|
|
+ this.baseInfoForm.conditions=[]
|
|
|
getPhysicalModel(data.id).then((res) => {
|
|
|
this.temperatureList = res.properties;
|
|
|
});
|