fix(#I10FLL): IE11 任务管理页面报错
#Comment comment #I10FLL #Issue close https://gitee.com/LongbowEnterprise/dashboard/issues?id=I10FLL
This commit is contained in:
parent
e4aad63bd8
commit
1cafb39f11
|
@ -88,7 +88,7 @@
|
|||
},
|
||||
invoke: function () {
|
||||
$.bc({
|
||||
url: 'api/TasksLog?name=' + row.Name
|
||||
url: 'api/TasksLog?name=' + encodeURI(row.Name)
|
||||
});
|
||||
},
|
||||
onclose: function (error) {
|
||||
|
|
Loading…
Reference in New Issue