ds1.0
fanluyan 2 years ago
parent 466726efdb
commit be63d7a1a7

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

Loading…
Cancel
Save