Commit a3938166 authored by 何远江's avatar 何远江

修改样品设计制作申请页面样式

parent 68026fcc
...@@ -228,7 +228,7 @@ import { ...@@ -228,7 +228,7 @@ import {
export default { export default {
components: { ProogingBom, ProogingProcess, ItemSelect, RoutesProcessSelect }, components: { ProogingBom, ProogingProcess, ItemSelect, RoutesProcessSelect },
dicts: ['pro_proof_form','pro_distribution_profing'], dicts: ["pro_proof_form", "pro_distribution_profing"],
provide() { provide() {
return { return {
mode: this.mode, mode: this.mode,
...@@ -352,8 +352,13 @@ export default { ...@@ -352,8 +352,13 @@ export default {
this.loading = false; this.loading = false;
this.$modal.msgSuccess("提交成功!"); this.$modal.msgSuccess("提交成功!");
this.$nextTick(() => {
// 关闭页签 // 关闭页签
tabPlugins.closeOpenPage(); tabPlugins.closeOpenPage();
this.$router.replace({
path: '/mes/proofing/query'
})
})
}) })
.catch(() => { .catch(() => {
this.loading = false; 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