From 49f1db40efa2a03c0eada89abdfb9e9bd779f64c Mon Sep 17 00:00:00 2001 From: yupan <yupanx@163.com> Date: Mon, 07 Nov 2022 16:05:09 +0800 Subject: [PATCH] 易晨曦提交1、监测因子趋势页面修改时间控件 2、监测因子对比修改echarts显示 --- src/views/personnel/role.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/personnel/role.vue b/src/views/personnel/role.vue index 9931b57..65fe391 100644 --- a/src/views/personnel/role.vue +++ b/src/views/personnel/role.vue @@ -300,10 +300,10 @@ method: 'post', data: { groupId: this.currentGroupId, - menuIds: this.$refs.tree.getCheckedKeys() + menuIds:this.$refs.tree.getCheckedKeys() } }).then(res => { - // console.log(res) + console.log(res) if (res.code === 0) { this.$message({ message: '������������', -- Gitblit v1.8.0