| xqd
@@ -65,8 +65,8 @@ $(function () {
|
|
|
content: '/admin/Base/Location/index?location=' + location,
|
|
|
btn: ['确定'],
|
|
|
yes: function(index, layer_body) {
|
|
|
- var $input = $(layer_body).find('#select-position-input');
|
|
|
- console.log($input.val());
|
|
|
+ var input = layer.getChildFrame('#select-position-input', index);
|
|
|
+ console.log(input);
|
|
|
}
|
|
|
});
|
|
|
});
|