更改新增围栏

master
ZhiShuo_Lou 2023-11-22 21:45:45 +08:00
parent 7bcf0edb3c
commit c74f3751b4
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<div>
<el-button type="success" @click="upiInsertDialog"></el-button>
<el-table :data="fenceData" style="width: 70%">
<el-table :data="fenceData" style="width: 100%">
<!-- <el-table-column label="围栏编号" width="180">-->
@ -227,7 +227,7 @@ export default {
this.dialogVisibleTwo = true
},
onSubmit() {
insertFence(this.updateFences).then(res =>{
insertFence(this.insertFences).then(res =>{
if (res.data.code == 500){
alert("添加围栏失败!");
}