fix(#I10FLL): IE11 任务管理页面报错

#Comment
comment #I10FLL

#Issue
close https://gitee.com/LongbowEnterprise/dashboard/issues?id=I10FLL
This commit is contained in:
Argo Zhang (Win) 2019-08-09 14:48:37 +08:00
parent e4aad63bd8
commit 1cafb39f11
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
}, },
invoke: function () { invoke: function () {
$.bc({ $.bc({
url: 'api/TasksLog?name=' + row.Name url: 'api/TasksLog?name=' + encodeURI(row.Name)
}); });
}, },
onclose: function (error) { onclose: function (error) {