Commit 882ac674 authored by yaqizhang's avatar yaqizhang

生成工单后刷新

parent 397fa9e0
...@@ -416,7 +416,7 @@ ...@@ -416,7 +416,7 @@
addBasicsInfo(this.form2).then(response => { addBasicsInfo(this.form2).then(response => {
this.msgSuccess("生成工单成功"); this.msgSuccess("生成工单成功");
this.open2 = false; this.open2 = false;
this.getList(); location.reload();
}); });
} }
}); });
......
...@@ -552,7 +552,7 @@ export default { ...@@ -552,7 +552,7 @@ export default {
addBasicsInfo(this.form2).then(response => { addBasicsInfo(this.form2).then(response => {
this.msgSuccess("生成工单成功"); this.msgSuccess("生成工单成功");
this.open2 = false; this.open2 = false;
this.getList(); location.reload();
}); });
} }
}); });
......
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