修正ObjectList用户登录状态失效后提示信息错误问题
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
data:{"grouIdAndCfgId":str,"groupType":7},
|
||||
async:false,
|
||||
success:function(data,textStatus){// 处理返回结果
|
||||
if(data.length > 0){
|
||||
if(data.length > 0 && typeof(data) == 'object'){
|
||||
canDel = false;
|
||||
for(var index in data){
|
||||
tipCompileIds += ","+data[index]
|
||||
@@ -123,7 +123,7 @@
|
||||
data:myData,
|
||||
async:false,
|
||||
success:function(data,textStatus){// 处理返回结果
|
||||
if(data.length > 0){
|
||||
if(data.length > 0 && typeof(data) == 'object'){
|
||||
canDel = false;
|
||||
for(var index in data){
|
||||
tipCompileIds += ","+data[index]
|
||||
|
||||
Reference in New Issue
Block a user