* Rename function changeSubStatus to ajaxChangeSubStatus.

This commit is contained in:
liugang
2019-08-21 17:03:48 +08:00
parent f8d8eecd9d
commit 8dee6d79b8
+1 -1
View File
@@ -108,7 +108,7 @@ $(function()
if(statusMap[type][from] && statusMap[type][from][to])
{
var method = statusMap[type][from][to];
if(method == 'changeSubStatus')
if(method == 'ajaxChangeSubStatus')
{
$.getJSON($.createLink(type, method, 'id=' + id + '&subStatus=' + to), function(response)
{