|
@@ -47,6 +47,7 @@ const TaskList: React.FC<{ weComTaskStore: { data: { bookList: TASK_CREATE.BookL
|
|
// 复制
|
|
// 复制
|
|
const handleCopy = (data: any) => {
|
|
const handleCopy = (data: any) => {
|
|
sessionStorage.setItem('OFFICIALTASKID', data.id)
|
|
sessionStorage.setItem('OFFICIALTASKID', data.id)
|
|
|
|
+ sessionStorage.setItem('oldPath', '/weComTask/businessPlan/create')
|
|
window.location.href = '/weComTask#/weComTask/businessPlan/create'
|
|
window.location.href = '/weComTask#/weComTask/businessPlan/create'
|
|
}
|
|
}
|
|
|
|
|