From 87db779922edeb5969ff3cc8fe6d9e39e75b17de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=8D=8E=E4=BC=9F?= Date: Tue, 1 Mar 2022 10:27:19 +0800 Subject: [PATCH] * --- module/execution/view/kanban.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); });