delete workflow

This commit is contained in:
yubaolee
2016-10-27 16:55:38 +08:00
parent b1ee459c9e
commit c12466e8f3
4 changed files with 9 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ $(function () {
location.reload();
}
else {
$(this).alertmsg('warn', data.Message);
alert(data.Message);
}
},'json');
});