fix: 优化流程引擎字段权限
This commit is contained in:
parent
697c13f713
commit
3dd7a4d358
|
@ -4806,6 +4806,12 @@ export default [
|
||||||
"actions": [
|
"actions": [
|
||||||
"query"
|
"query"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "dictionary",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"accessSupport": {
|
"accessSupport": {
|
||||||
|
@ -4971,6 +4977,12 @@ export default [
|
||||||
"actions": [
|
"actions": [
|
||||||
"query"
|
"query"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "dictionary",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"accessSupport": {
|
"accessSupport": {
|
||||||
|
@ -5149,6 +5161,12 @@ export default [
|
||||||
"actions": [
|
"actions": [
|
||||||
"query"
|
"query"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "dictionary",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"accessSupport": {
|
"accessSupport": {
|
||||||
|
@ -5327,6 +5345,12 @@ export default [
|
||||||
"actions": [
|
"actions": [
|
||||||
"query"
|
"query"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "dictionary",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"accessSupport": {
|
"accessSupport": {
|
||||||
|
@ -5467,6 +5491,12 @@ export default [
|
||||||
"actions": [
|
"actions": [
|
||||||
"query"
|
"query"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "dictionary",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"accessSupport": {
|
"accessSupport": {
|
||||||
|
@ -5607,6 +5637,12 @@ export default [
|
||||||
"actions": [
|
"actions": [
|
||||||
"query"
|
"query"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "dictionary",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"accessSupport": {
|
"accessSupport": {
|
||||||
|
@ -5747,6 +5783,12 @@ export default [
|
||||||
"actions": [
|
"actions": [
|
||||||
"query"
|
"query"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "dictionary",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"accessSupport": {
|
"accessSupport": {
|
||||||
|
@ -5888,6 +5930,12 @@ export default [
|
||||||
"actions": [
|
"actions": [
|
||||||
"query"
|
"query"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "dictionary",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"accessSupport": {
|
"accessSupport": {
|
||||||
|
|
Loading…
Reference in New Issue