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

流程适配

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