Browse Source

福达新增用户

wangzhuo 1 year ago
parent
commit
6fd4ef3cc6
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/views/system/user.vue

+ 6 - 0
src/views/system/user.vue

@@ -892,6 +892,12 @@
         row.deptId = row.deptId.join(",");
         row.roleId = row.roleId.join(",");
         row.postId = row.postId.join(",");
+        // 福达写死小程序
+        let userObj = JSON.parse(localStorage.getItem("saber-userInfo")).content;
+        if (userObj.tenant_id == '577435') {
+          // row.userType = 4
+          row.appletsId = 'wxa92adb24f1784863'
+        }
         add(row).then(() => {
           this.initFlag = false;
           this.onLoad(this.page);