feat: 移除对销售任务项的处理逻辑

This commit is contained in:
DEV_DSW
2026-04-14 20:56:11 +08:00
parent fbec7088c6
commit 6fd51d04dd

View File

@@ -38,10 +38,6 @@ const taskList = computed(() => taskCenterList)
// 点击任务项
const handleTaskItem = (item: taskCenterItem) => {
if (item.type === 'sale') {
return
}
// 一键打开各渠道
if (item.type === 'channel') {
window.api.openChannel(channels)