$.ajax({
url:"${BasePath!''}/system/user/getSystemRegionList.ihtml",
dataType:"JSON",
data:{parentCode:0},
success:function(data){
if(null!=data && data.length!=0){
var innerHtml="<option value=''>请选择省份</option>";
var province = "${systemUserVo.province!''}"; 报错,有值,只是当点击修改的时候就报异常
Expression systemUserVo is undefined on line 61, column 83 in system/edit_system_user.ftl.
The problematic instruction:
----------
==> ${systemUserVo.province!''} [on line 61, column 81 in system/edit_system_user.ftl]
----------
Java backtrace for programmers:
----------
freemarker.core.InvalidReferenceException: Expression systemUserVo is undefined on line 61, column 83 in system/edit_system_user.ftl.
at freemarker.core.TemplateObject.assertNonNull(TemplateObject.java:125)
</head>
<body>
<#if systemUserVo??> 已经有了
<div class="list_container">
<div class="list_container_top">
url:"${BasePath!''}/system/user/getSystemRegionList.ihtml",
dataType:"JSON",
data:{parentCode:0},
success:function(data){
if(null!=data && data.length!=0){
var innerHtml="<option value=''>请选择省份</option>";
var province = "${systemUserVo.province!''}"; 报错,有值,只是当点击修改的时候就报异常
Expression systemUserVo is undefined on line 61, column 83 in system/edit_system_user.ftl.
The problematic instruction:
----------
==> ${systemUserVo.province!''} [on line 61, column 81 in system/edit_system_user.ftl]
----------
Java backtrace for programmers:
----------
freemarker.core.InvalidReferenceException: Expression systemUserVo is undefined on line 61, column 83 in system/edit_system_user.ftl.
at freemarker.core.TemplateObject.assertNonNull(TemplateObject.java:125)
</head>
<body>
<#if systemUserVo??> 已经有了
<div class="list_container">
<div class="list_container_top">