diff --git a/module/execution/view/kanban.html.php b/module/execution/view/kanban.html.php
index 58cdc3ab4b..8f7e640d52 100644
--- a/module/execution/view/kanban.html.php
+++ b/module/execution/view/kanban.html.php
@@ -257,7 +257,7 @@ js::set('branch',$branchID);
$('.products').change(function(){
var selectProductID = $('#products').val();
var attr = 'ProductID=' + selectProductID + '&branch=' + branch + '&moduleID=0&story=0&execution=' + execution;
- alert(attr);
+ alert($('#chuangjian').children());
$('#chuangjian').children().attr('href','123456');
});