mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-16 20:05:07 +08:00
仿钉钉设计流程:增加抄送人节点
This commit is contained in:
@ -10,4 +10,16 @@ import { hasPermi } from './permission/hasPermi'
|
||||
export const setupAuth = (app: App<Element>) => {
|
||||
hasRole(app)
|
||||
hasPermi(app)
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* 导出指令:v-mountedFoucs
|
||||
*/
|
||||
export const setupMountedFoucs= (app: App<Element>) => {
|
||||
app.directive('mountedFoucs', {
|
||||
mounted(el) {
|
||||
el.focus();
|
||||
}
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user