diff --git a/src/components/DesignForm/public/form/formItem.vue b/src/components/DesignForm/public/form/formItem.vue index 1ed32f3..87f03fd 100644 --- a/src/components/DesignForm/public/form/formItem.vue +++ b/src/components/DesignForm/public/form/formItem.vue @@ -727,7 +727,7 @@ const judgeIsShow = (key: string) => { /** @ 作者: 秦东 -@ 时间: 2024-07-27 15:11:42 +@ 时间: 2024-07-27 15:11:42nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn @ 功能: 判断是否禁用 */ const judgeIsDisabled = (key: string) => { diff --git a/src/views/system/monitor/online/powerPage/appTabsPick.vue b/src/views/system/monitor/online/powerPage/appTabsPick.vue index d122ec2..e1f42d8 100644 --- a/src/views/system/monitor/online/powerPage/appTabsPick.vue +++ b/src/views/system/monitor/online/powerPage/appTabsPick.vue @@ -305,6 +305,7 @@ const changeGroupPageButBox = () => { @ 功能: 提交应用授权 */ const submintAppPower = (appCont:AppPowerTreeMaster) => { + console.log("提交应用授权--appCont->",appCont) menuLoading.value = true let sendData = { powerId: props.roleId, @@ -313,6 +314,7 @@ const submintAppPower = (appCont:AppPowerTreeMaster) => { appIsTrue: appCont.isTrue, appPower: appCont.operationButton, menuList: oneAppMenuList.value, + groupList: appGroupPower.appList, } appPowerConfig(sendData).then((res:any) => { if(res.code == 0){ @@ -339,7 +341,7 @@ defineExpose({ })