biz9-logic 4.9.81 → 4.9.82
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/biz9_config +1 -1
- package/index.js +0 -1
- package/package.json +1 -1
package/biz9_config
CHANGED
package/index.js
CHANGED
|
@@ -312,7 +312,6 @@ class Type {
|
|
|
312
312
|
};
|
|
313
313
|
static get_user_role_list(){
|
|
314
314
|
return [
|
|
315
|
-
{value:Type.USER_ROLE_SUPER_ADMIN,label:Title.USER_ROLE_SUPER_ADMIN},
|
|
316
315
|
{value:Type.USER_ROLE_ADMIN,label:Title.USER_ROLE_ADMIN},
|
|
317
316
|
{value:Type.USER_ROLE_MANAGER,label:Title.USER_ROLE_MANAGER},
|
|
318
317
|
{value:Type.USER_ROLE_USER,label:Title.USER_ROLE_USER},
|