|
@@ -932,11 +932,8 @@ export default {
|
|
|
type: "success",
|
|
|
message: this.form.id ? "修改成功!" : "新增成功!"
|
|
|
});
|
|
|
- this.$router.$avueRouter.closeTag();
|
|
|
- this.$router.push({
|
|
|
- path: "/basicData/factoryInformation/factoryInformation/index",
|
|
|
- query: {}
|
|
|
- });
|
|
|
+ this.form = res.data.data
|
|
|
+ this.disabled = false;
|
|
|
}
|
|
|
});
|
|
|
} else {
|