Commit 92b78efe authored by 旭艳's avatar 旭艳

流程适配

parent 08e15655
...@@ -40,6 +40,11 @@ export default { ...@@ -40,6 +40,11 @@ export default {
typeName: 'AssignCardAlodine', typeName: 'AssignCardAlodine',
layKey: 'alodineProcessFrom' layKey: 'alodineProcessFrom'
} }
} else if (val.subTypeName === 'AssignCardLacquer') {
this.cmpOptions = {
typeName: 'AssignCardLacquer',
layKey: 'lacquerProcessFrom'
}
} }
this.getFormData(val.id) this.getFormData(val.id)
} }
......
...@@ -101,6 +101,7 @@ export default { ...@@ -101,6 +101,7 @@ export default {
params params
) )
.then((res) => { .then((res) => {
this.$utils.showMessage('操作成功!', 'success')
}) })
.catch((err) => console.log(err)) .catch((err) => console.log(err))
.finally(() => { .finally(() => {
......
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