This commit is contained in:
孙华伟
2022-03-01 10:27:19 +08:00
parent 40405cf7ec
commit 87db779922
+1 -1
View File
@@ -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');
});
</script>