This commit is contained in:
孙华伟
2022-03-01 14:20:06 +08:00
parent b116054287
commit af06215820
2 changed files with 6 additions and 7 deletions
+6
View File
@@ -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.
*
-7
View File
@@ -253,11 +253,4 @@ js::set('branch',$branchID);
</div>
</div>
</div>
<script>
$('#products').change(function(){
var selectProductID = $('#products').val();
var attr = '/index.php?m=story&f=batchCreate&ProductID=' + selectProductID + '&branch=' + branch + '&moduleID=0&story=0&execution=' + execution + '&onlybody=yes';
$('#chuangjian').children().children().attr('href',attr);
});
</script>
<?php include '../../common/view/footer.html.php';?>