|
@@ -496,8 +496,8 @@ export default {
|
|
|
clearInterval(this.timeInterval);
|
|
|
sessionStorage.removeItem("addChoicenessQY");
|
|
|
this.$message.success("操作成功!");
|
|
|
- type != "保存" && this.init();
|
|
|
- this.$router.back();
|
|
|
+ this.init();
|
|
|
+ type != "保存" && this.$router.back();
|
|
|
}
|
|
|
}
|
|
|
}
|