From c54d2f2e2dd316a04843949475a5da45de267259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Tue, 4 Jul 2023 11:42:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=B7=BB=E5=8A=A0=E8=A1=A8=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/system/user/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ruoyi-ui/src/views/system/user/index.vue b/ruoyi-ui/src/views/system/user/index.vue index 49532fa..e6aa349 100644 --- a/ruoyi-ui/src/views/system/user/index.vue +++ b/ruoyi-ui/src/views/system/user/index.vue @@ -583,7 +583,8 @@ export default { status: "0", remark: undefined, postIds: [], - roleIds: [] + roleIds: [], + datasourceId:[] }; this.resetForm("form"); }, @@ -636,6 +637,7 @@ export default { const userId = row.userId || this.ids; getUser(userId).then(response => { this.form = response.data; + this.form.datasourceId = response.data?.datasourceId?.split(','); this.postOptions = response.posts; this.roleOptions = response.roles; this.$set(this.form, "postIds", response.postIds);