Commit 539ed8a5 authored by 沈翠玲's avatar 沈翠玲

生产版本修复bug

parent e1163a18
......@@ -505,7 +505,8 @@ export default {
outsourced: null,
unitOfMeasure: null,
keyFlag: null,
isCheck: null
isCheck: null,
drawingList: []
},
processOptions: [],
loadingProcess: true,
......
......@@ -283,9 +283,13 @@ export default {
.then((res) => {
this.loading = false;
this.$modal.msgSuccess("提交成功!");
// 关闭页签
tabPlugins.closeOpenPage();
this.$nextTick(() => {
// 关闭页签
tabPlugins.closeOpenPage();
this.$router.replace({
path: "/mes/md/production",
});
})
})
.catch(() => {
this.loading = false;
......@@ -295,6 +299,13 @@ export default {
.then(() => {
this.loading = false;
this.$modal.msgSuccess("提交成功!");
this.$nextTick(() => {
// 关闭页签
tabPlugins.closeOpenPage();
this.$router.replace({
path: "/mes/md/production",
});
})
})
.catch(() => {
this.loading = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment