From e118cae436db393e23cdc22a715323e2dc2883bb Mon Sep 17 00:00:00 2001 From: wanglei Date: Thu, 23 Oct 2025 15:56:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E5=88=86=E8=B4=A6=E5=8F=B7=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E5=8A=9F=E8=83=BD=EF=BC=9A=E6=B7=BB=E5=8A=A0=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E8=AF=A5=E8=B4=A6=E5=8F=B7=E5=8F=AF=E4=BB=A5=E8=AF=84?= =?UTF-8?q?=E5=88=86=E7=9A=84=E5=85=B7=E4=BD=93=E8=80=83=E6=A0=B8=E9=A1=B9?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/kaohe/pingce/index.vue | 9 ++++++--- ruoyi-ui/src/views/system/user/index.vue | 14 ++++++++------ 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/ruoyi-ui/src/views/kaohe/pingce/index.vue b/ruoyi-ui/src/views/kaohe/pingce/index.vue index d49c969..da0c640 100644 --- a/ruoyi-ui/src/views/kaohe/pingce/index.vue +++ b/ruoyi-ui/src/views/kaohe/pingce/index.vue @@ -498,12 +498,13 @@ - + @@ -1246,7 +1247,9 @@ export default { scpfzhSubmit(){ this.$refs["scpfzhForm"].validate(valid => { if (valid) { - this.scpfzh.form.itemIds = this.scpfzh.form.items.join(",") + this.scpfzh.form.itemIds = this.scpfzh.form.items.map(item => item.id).join(","); + this.scpfzh.form.itemNames = this.scpfzh.form.items.map(item => item.itemName).join(","); + console.log(this.scpfzh.form); addsUser(this.scpfzh.form).then(response => { this.scpfzh.open = false; this.$modal.msgSuccess("生成成功") diff --git a/ruoyi-ui/src/views/system/user/index.vue b/ruoyi-ui/src/views/system/user/index.vue index 7e2ffac..48efb42 100644 --- a/ruoyi-ui/src/views/system/user/index.vue +++ b/ruoyi-ui/src/views/system/user/index.vue @@ -62,13 +62,14 @@ - - + + + - + @@ -282,9 +283,10 @@ export default { { key: 1, label: `用户名称`, visible: true }, { key: 2, label: `用户昵称`, visible: true }, { key: 3, label: `部门`, visible: true }, - { key: 4, label: `手机号码`, visible: true }, - { key: 5, label: `状态`, visible: true }, - { key: 6, label: `创建时间`, visible: true } + { key: 4, label: `考核项`, visible: true }, + { key: 5, label: `手机号码`, visible: true }, + { key: 6, label: `状态`, visible: true }, + { key: 7, label: `创建时间`, visible: true } ], // 表单校验 rules: {