guhongwei %!s(int64=5) %!d(string=hai) anos
pai
achega
2b26acbe76
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/layout/user/exportForm.vue

+ 1 - 0
src/layout/user/exportForm.vue

@@ -155,6 +155,7 @@ export default {
       let data = JSON.parse(JSON.stringify(this.form));
       if (this.isNew) {
         data.status = '1';
+        data.role = '6';
         res = await this.create(data);
         msg = '用户创建成功';
       } else {