Commit a5ea3638 by chongli

电销系统任务列表删除功能改为逻辑删除

parent a6dc4ee5
<#assign pageJsContent>
<script>
function deleteTelTask(id){
if(confirm("任务删除后无法恢复,请慎重操作!")){
if(confirm("确定要删除该任务么?")){
window.location.href="/telTask/deleteTelTask?taskId="+id;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment