From eb07bc16cb0b06f3b96a4f59d74f82b62195f096 Mon Sep 17 00:00:00 2001
From: yichenxi <yichenxi0601@163.com>
Date: Mon, 12 Dec 2022 13:56:47 +0800
Subject: [PATCH] 1、尘负荷走航路段报告

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