feat(directive): 添加自定义指令directive实现按钮权限控制

This commit is contained in:
郝先瑞
2022-01-23 18:03:18 +08:00
parent 1c3b5f3bec
commit 7c8326c7c5
6 changed files with 144 additions and 96 deletions

View File

@@ -128,7 +128,6 @@ function clearSelected() {
}
onMounted(() => {
console.log('hah', modelValue)
initHandle()
})