From af0621582096c9c2e8dcd9c83d0afe2f9ed23792 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 14:20:06 +0800 Subject: [PATCH] * --- module/execution/js/kanban.js | 6 ++++++ module/execution/view/kanban.html.php | 7 ------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/module/execution/js/kanban.js b/module/execution/js/kanban.js index 64a60d76b1..4f04327390 100644 --- a/module/execution/js/kanban.js +++ b/module/execution/js/kanban.js @@ -1,3 +1,9 @@ +$('#products').change(function() +{ + var selectProductID = $('#products').val(); + var attr = '/index.php?m=story&f=batchCreate&ProductID=' + selectProductID + '&branch=' + branch + '&moduleID=0&story=0&ex + $('#batchCreateStory').children().children().attr('href',attr); +}); /** * When execution status change. * diff --git a/module/execution/view/kanban.html.php b/module/execution/view/kanban.html.php index 5696583391..5eaa24dd42 100644 --- a/module/execution/view/kanban.html.php +++ b/module/execution/view/kanban.html.php @@ -253,11 +253,4 @@ js::set('branch',$branchID); -