mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2025-10-14 13:50:28 +00:00
fix 修复 按钮权限不设置导致的问题
This commit is contained in:
@@ -259,7 +259,7 @@ const openDialog = async (id?: string) => {
|
||||
const response = await getTask(taskId.value);
|
||||
task.value = response.data;
|
||||
buttonObj.value = {};
|
||||
task.value.buttonList.forEach((e) => {
|
||||
task.value.buttonList?.forEach((e) => {
|
||||
buttonObj.value[e.code] = e.show;
|
||||
});
|
||||
selectCopyUserList.value = task.value.copyList;
|
||||
|
Reference in New Issue
Block a user