Compare commits

..

No commits in common. "b771a3c910a1ba4e4fdfdbd4cba1c9898d7a3c55" and "c2a9676b098467671317bce413ca542762907cb2" have entirely different histories.

View File

@ -96,7 +96,6 @@
</div>
</div>
<div
v-if="isCreateProjecy"
@click="groupActiveIndex = 2;depCheckedKeys = [];"
class="groupCard thirdPanel"
:class="groupActiveIndex === 2 ? 'activePanel' : ''"
@ -145,7 +144,6 @@ onUnload(()=> {
})
const isHasPermission = ref(false)
const isCreateProjecy = ref(false)
onShow( async() =>{
const isHasRes = await userHasPermission({
erpUserId: userInfo?.value?.ID,
@ -160,7 +158,6 @@ onShow( async() =>{
} else{
isHasPermission.value = false
}
isCreateProjecy.value = isHasRes.data.btn_rule_create_project_group
}
})