修正ObjectList用户登录状态失效后提示信息错误问题

This commit is contained in:
zhangwenqing
2019-07-16 17:18:37 +08:00
parent b665c4bc75
commit 7949dc7da5
4 changed files with 8 additions and 8 deletions

View File

@@ -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]