Browse Source

完善流程抄送

master
yunuo970428 2 years ago
parent
commit
c0fd8eccd9
  1. 2
      supervise-portal-ui/src/views/copyofprocess/liuchengchaosongAdd.vue

2
supervise-portal-ui/src/views/copyofprocess/liuchengchaosongAdd.vue

@ -109,7 +109,7 @@ export default {
})
},
changeFlow(value) {
const choose = this.flow_list.filter((item) => item.dictValue === value)
const choose = this.flow_list.filter((item) => item.name === value)
this.formobj.flowKey = choose[0].key
},
save() {

Loading…
Cancel
Save