案件处理流程无法查看问题

This commit is contained in:
TS-QD1 2023-08-09 10:44:49 +08:00
parent e3ac44cc6b
commit fb0334ade7
2 changed files with 2 additions and 2 deletions

View File

@ -306,7 +306,7 @@
area: ['70%', '80%'], area: ['70%', '80%'],
shadeClose: true, shadeClose: true,
anim: 2, anim: 2,
content: top.restAjax.path('route/bigdata/list_case_log.html?reportCaseId={id}', content: restAjax.path('route/bigdata/list_case_log.html?reportCaseId={id}',
[obj.data.reportCaseId]), [obj.data.reportCaseId]),
end: function() { end: function() {
} }

View File

@ -411,7 +411,7 @@
area: ['70%', '80%'], area: ['70%', '80%'],
shadeClose: true, shadeClose: true,
anim: 2, anim: 2,
content: top.restAjax.path('route/bigdata/list_case_log.html?reportCaseId={id}', content: restAjax.path('route/bigdata/list_case_log.html?reportCaseId={id}',
[obj.data.reportCaseId]), [obj.data.reportCaseId]),
end: function() { end: function() {
} }