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