1.将部门修改为渠道,并且所有dice_表关联渠道表
2.将所有配置表,记录表设置关联渠道 3.优化后台页面设置
This commit is contained in:
6
saiadmin-artd/src/composables/useChannelConfigScope.ts
Normal file
6
saiadmin-artd/src/composables/useChannelConfigScope.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
/** @deprecated 请使用 useChannelDeptScope */
|
||||
export {
|
||||
DEFAULT_CHANNEL_ID,
|
||||
useChannelDeptScope as useChannelConfigScope,
|
||||
type ChannelTreeNode
|
||||
} from './useChannelDeptScope'
|
||||
Reference in New Issue
Block a user