|
@@ -412,6 +412,8 @@ export default {
|
|
this.$message.success("编辑成功");
|
|
this.$message.success("编辑成功");
|
|
this.$store.dispatch("tagsView/delView", this.$route);
|
|
this.$store.dispatch("tagsView/delView", this.$route);
|
|
that.$router.push("/LoginPolicy");
|
|
that.$router.push("/LoginPolicy");
|
|
|
|
+ } else {
|
|
|
|
+ this.$message.error(res.message);
|
|
}
|
|
}
|
|
resolve();
|
|
resolve();
|
|
})
|
|
})
|