|
|
|
@ -24,6 +24,9 @@
|
|
|
|
|
<el-form-item label="杆塔名称:" prop="towerName">
|
|
|
|
|
<el-input v-model="formdata.towerName" autocomplete="off"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item label="杆塔地址:" prop="address">
|
|
|
|
|
<el-input v-model="formdata.address" autocomplete="off"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-form>
|
|
|
|
|
|
|
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
|
@ -74,6 +77,7 @@ export default {
|
|
|
|
|
{
|
|
|
|
|
lineId: this.formdata.id,
|
|
|
|
|
name: this.formdata.towerName,
|
|
|
|
|
address: this.formdata.address,
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
})
|
|
|
|
|