浏览代码

团队管理

zhaoxiaohai 3 年之前
父节点
当前提交
8713678881
共有 1 个文件被更改,包括 0 次插入1 次删除
  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")}`
         })