* finish bug #29537

This commit is contained in:
lanzongjun
2022-11-10 14:12:38 +08:00
parent 78259c2f81
commit 02f822dfd4
+1 -1
View File
@@ -68,7 +68,7 @@ $(function()
}
$.get(createLink('product', 'ajaxGetProductById', "productID=" + $('#product').val()), function(data)
{console.log(data)
{
$.cookie('branchSourceName', data.branchSourceName)
$.cookie('branchName', data.branchName)
}, 'json')