Your Name
2022-08-25 8e2ed696fcac962263ac7ea56bad9506728de8e0
src/views/system/user/component/userDialog.vue
@@ -94,6 +94,7 @@
        phone: string;
        email: string;
        gender: number | null;
        positionId: number | null;
        password: string;
        expireTime: string;
        status: number;
@@ -120,6 +121,7 @@
                identify: '',
                gender: null, // 性别
                password: '', // 账户密码
                positionId: 1, // 岗位
                expireTime: '', // 账户过期
                status: 1 // 用户状态
            },
@@ -145,6 +147,7 @@
                    phone: '',
                    email: '',
                    identify: '',
                    positionId: 1,
                    gender: null,
                    password: '',
                    expireTime: '',