@@ -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 {