mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-17 10:36:31 +08:00
commit:修复任务表单权限bug
This commit is contained in:
@@ -355,7 +355,7 @@ const getWidgetProps = computed(() => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const getDisabledStatus = () => {
|
const getDisabledStatus = () => {
|
||||||
const formWidgetAuth: ANY_OBJECT | null = form().formAuth()
|
const formWidgetAuth: ANY_OBJECT | null = form().formAuth
|
||||||
? form().formAuth().pc[pps.widget.variableName]
|
? form().formAuth().pc[pps.widget.variableName]
|
||||||
: null;
|
: null;
|
||||||
if (formWidgetAuth && formWidgetAuth.disabled) return true;
|
if (formWidgetAuth && formWidgetAuth.disabled) return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user