From 89c6d0ff09548cff32804398eb865799d1231443 Mon Sep 17 00:00:00 2001 From: liujun Date: Fri, 19 Jan 2024 18:35:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=A5=E5=B9=B2bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xgf/flow/components/list.vue | 2 +- src/views/xgf/flow/components/sendUtil.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/xgf/flow/components/list.vue b/src/views/xgf/flow/components/list.vue index 6bef820..cc16cb4 100644 --- a/src/views/xgf/flow/components/list.vue +++ b/src/views/xgf/flow/components/list.vue @@ -152,7 +152,7 @@ export default { } ).then((data) => { this.listLoading = false - this.varList = data.varList + this.varList = data.list this.total = data.page.totalResult }) .catch((e) => { diff --git a/src/views/xgf/flow/components/sendUtil.vue b/src/views/xgf/flow/components/sendUtil.vue index 4e38b04..b6401da 100644 --- a/src/views/xgf/flow/components/sendUtil.vue +++ b/src/views/xgf/flow/components/sendUtil.vue @@ -91,7 +91,7 @@ export default { this.loading = true this.visible = true this.heirloom = JSON.stringify(e) - this.form.list = e + this.form.list = JSON.stringify(e) await this.getDepartmentTree() this.loading = false },