Browse Source

Merge branch 'master' of http://git.echepei.com/tire-platform/tire-platform-ui

Qukatie 1 week ago
parent
commit
5387ecc0e8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/system/user.vue

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

@@ -978,6 +978,9 @@ export default {
         // row.userType = 4
         row.appletsId = "wxa92adb24f1784863";
       }
+      if (!row.storageId) {
+          row.storageExist = 1
+      }
       update(row).then(
         () => {
           this.initFlag = false;