审批后任务提示隐藏

master
pengqiang 2021-12-01 16:05:32 +08:00
parent 026bdbad4c
commit 2e9c77586d
2 changed files with 3 additions and 7 deletions

View File

@ -1928,6 +1928,7 @@
type: 'post',
async: false,
success: function (data) {
$("#marqueeLi", parent.document).addClass("am-hide");
if (data.status == 0) {
alert(data.msg);
window.location.href = window.location.href;

View File

@ -22,7 +22,7 @@
<li id="marqueeLi" style="margin-top: -10px">
<marquee align="left" behavior="scroll" direction="left" height="20" width="200" hspace="50" vspace="20" loop="-1" scrollamount="10" scrolldelay="100" onMouseOut="this.start()" onMouseOver="this.stop()">
<a onclick="return removeMarquee()" href="${base}/project/listApprove" target="mainFrame">${hasApproveProjectsMessage!""}</a>
<a href="${base}/project/listApprove" target="mainFrame">${hasApproveProjectsMessage!""}</a>
</marquee>
</li>
@ -43,9 +43,4 @@
</div>
</div>
</header>
<script>
var removeMarquee = function () {
$("#marqueeLi").addClass("am-hide");
return true;
}
</script>