Browse Source

完善流程抄送

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

2
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)

Loading…
Cancel
Save