Commit a1d183ca by txy

'调整'

parent 3e87fce0
...@@ -119,11 +119,16 @@ function getOrgNameFn(callback) { ...@@ -119,11 +119,16 @@ function getOrgNameFn(callback) {
callback && callback(data) callback && callback(data)
} }
}, },
error: function() { error: function(data) {
// $.dialog({
// type : 'tips',
// autoClose : 3000,
// infoText : '找不到此机构'
// });
$.dialog({ $.dialog({
type : 'tips', type : 'tips',
autoClose : 3000, autoClose : 3000,
infoText : '找不到此机构' infoText : data.message
}); });
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment