From 91c71a2b2ff2c4c574fb4a5bd13feb487f6a63a6 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Fri, 1 Dec 2023 11:51:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=B5=81=E7=A8=8B=E6=8A=84?= =?UTF-8?q?=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/copyofprocess/liuchengchaosongAdd.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)