|
|
@@ -63,7 +63,7 @@
|
|
|
|
|
|
<el-tabs v-model="activeName">
|
|
|
<el-tab-pane label="检测地点及安装位置" name="1">
|
|
|
- <customer-position :CustomerId="this.customerForm.Id" DivStyle="height: 700px" v-if="this.customerForm.Id"></customer-position>
|
|
|
+ <customer-position :CustomerId="this.customerForm.Id" DivStyle="height: 700px"></customer-position>
|
|
|
</el-tab-pane>
|
|
|
|
|
|
<el-tab-pane label="设备列表" name="2">
|