diff --git a/supervise-portal-ui/src/views/copyofprocess/liuchengchaosongAdd.vue b/supervise-portal-ui/src/views/copyofprocess/liuchengchaosongAdd.vue index ee9664e1..c44ece2d 100644 --- a/supervise-portal-ui/src/views/copyofprocess/liuchengchaosongAdd.vue +++ b/supervise-portal-ui/src/views/copyofprocess/liuchengchaosongAdd.vue @@ -110,7 +110,7 @@ export default { }, changeFlow(value) { const choose = this.flow_list.filter((item) => item.dictValue === value) - this.formobj.flowKey = choose[0].dictKey + this.formobj.flowKey = choose[0].key }, save() { console.log(this.formobj)