* bug view remove toTask in xuanxuan

This commit is contained in:
chaideqing
2022-07-26 16:39:39 +08:00
parent 3fc3cf64e0
commit 9fc68cfe73
+1 -1
View File
@@ -12,7 +12,7 @@ $(function()
var btnClass = " class='" + $that.attr('class') + "'";
var action = $that.html();
if(href.indexOf('createCase') >= 0 || href.indexOf('toStory') >= 0 || href.indexOf('create') >= 0 || href.indexOf('delete') >= 0) return true;
if(href.indexOf('createCase') >= 0 || href.indexOf('toStory') >= 0 || href.indexOf('toTask') >= 0 || href.indexOf('create') >= 0 || href.indexOf('delete') >= 0) return true;
if($that.hasClass('iframe'))
{