From 02f822dfd437140387e11e68927ffe3c09d34124 Mon Sep 17 00:00:00 2001 From: lanzongjun Date: Thu, 10 Nov 2022 14:12:38 +0800 Subject: [PATCH] * finish bug #29537 --- module/story/js/create.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/story/js/create.js b/module/story/js/create.js index 4a169a8e06..e16afa22a3 100644 --- a/module/story/js/create.js +++ b/module/story/js/create.js @@ -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')