feat: 移除对销售任务项的处理逻辑
This commit is contained in:
@@ -38,10 +38,6 @@ const taskList = computed(() => taskCenterList)
|
|||||||
|
|
||||||
// 点击任务项
|
// 点击任务项
|
||||||
const handleTaskItem = (item: taskCenterItem) => {
|
const handleTaskItem = (item: taskCenterItem) => {
|
||||||
if (item.type === 'sale') {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
// 一键打开各渠道
|
// 一键打开各渠道
|
||||||
if (item.type === 'channel') {
|
if (item.type === 'channel') {
|
||||||
window.api.openChannel(channels)
|
window.api.openChannel(channels)
|
||||||
|
|||||||
Reference in New Issue
Block a user