Browse Source

团队管理

zhaoxiaohai 3 years ago
parent
commit
8713678881
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pages/teams/index.js

+ 0 - 1
pages/teams/index.js

@@ -104,7 +104,6 @@ Page({
         let {
             item
         } = e.currentTarget.dataset;
-        console.log(this.data.rolemag)
         wx.navigateTo({
             url: `./addRole?item=${JSON.stringify(item)}&update=${this.data.rolemag.includes("update")}&userDelete=${this.data.rolemag.includes("delete")}`
         })