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 },