修正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

@@ -86,7 +86,7 @@
data:{"grouIdAndCfgId":str,"groupType":8},
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]
@@ -124,7 +124,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]

View File

@@ -87,7 +87,7 @@
data:{"grouIdAndCfgId":str,"groupType":5},
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]
@@ -125,7 +125,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]

View File

@@ -90,7 +90,7 @@
data:{"grouIdAndCfgId":str,"groupType":9},
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]
@@ -128,7 +128,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]

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]