|
@@ -31,7 +31,7 @@ Ext.define('saas.view.document.kind.KindModel', {
|
|
|
}
|
|
}
|
|
|
}else {
|
|
}else {
|
|
|
console.error('exception: ', response);
|
|
console.error('exception: ', response);
|
|
|
- saas.util.BaseUtil.showErrorToast('查询失败:' + response.responseJson?response.responseJson.message:'请求超时');
|
|
|
|
|
|
|
+ saas.util.BaseUtil.showErrorToast('查询失败:' + (response.responseJson?response.responseJson.message:'请求超时'));
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -70,7 +70,7 @@ Ext.define('saas.view.document.kind.KindModel', {
|
|
|
}
|
|
}
|
|
|
}else {
|
|
}else {
|
|
|
console.error('exception: ', response);
|
|
console.error('exception: ', response);
|
|
|
- saas.util.BaseUtil.showErrorToast('查询失败:' + response.responseJson?response.responseJson.message:'请求超时');
|
|
|
|
|
|
|
+ saas.util.BaseUtil.showErrorToast('查询失败:' + (response.responseJson?response.responseJson.message:'请求超时'));
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -109,7 +109,7 @@ Ext.define('saas.view.document.kind.KindModel', {
|
|
|
}
|
|
}
|
|
|
}else {
|
|
}else {
|
|
|
console.error('exception: ', response);
|
|
console.error('exception: ', response);
|
|
|
- saas.util.BaseUtil.showErrorToast('查询失败:' + response.responseJson?response.responseJson.message:'请求超时');
|
|
|
|
|
|
|
+ saas.util.BaseUtil.showErrorToast('查询失败:' + (response.responseJson?response.responseJson.message:'请求超时'));
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -149,7 +149,7 @@ Ext.define('saas.view.document.kind.KindModel', {
|
|
|
}
|
|
}
|
|
|
}else {
|
|
}else {
|
|
|
console.error('exception: ', response);
|
|
console.error('exception: ', response);
|
|
|
- saas.util.BaseUtil.showErrorToast('查询失败:' + response.responseJson?response.responseJson.message:'请求超时');
|
|
|
|
|
|
|
+ saas.util.BaseUtil.showErrorToast('查询失败:' + (response.responseJson?response.responseJson.message:'请求超时'));
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|