|
|
|
@ -78,7 +78,13 @@ export default {
|
|
|
|
|
})
|
|
|
|
|
.then((res) => {
|
|
|
|
|
if (res.code == 200) {
|
|
|
|
|
this.$message.success("修改成功");
|
|
|
|
|
// this.$message.success("修改成功");
|
|
|
|
|
this.$message({
|
|
|
|
|
duration: 1500,
|
|
|
|
|
showClose: true,
|
|
|
|
|
message: "新增杆塔成功",
|
|
|
|
|
type: "success",
|
|
|
|
|
});
|
|
|
|
|
this.$parent.lineList();
|
|
|
|
|
this.isShow = false;
|
|
|
|
|
} else {
|
|
|
|
|