Commit 9170d35a by linboxuan

Merge branch 'center-tmtransaction' of…

Merge branch 'center-tmtransaction' of http://gitlab.gongsibao.com/jiangyong/zhichan into center-tmtransaction
parents d693ee22 29cf6210
......@@ -523,7 +523,7 @@ class TrademarktransactionService extends ServiceBase {
var tmIndex = objlist.findIndex(f => f.code == tmDetail.tm_regist_num);
objlist[tmIndex]["pic_url"] = tmDetail.pic_url || "";
objlist[tmIndex]["ncl_one_code"] = tmDetail.ncl_one_code || "";
objlist[tmIndex]["ncl_one_code"] = tmDetail.ncl_one_codes || "";
objlist[tmIndex]["name"] = tmDetail.tm_name || "";
objlist[tmIndex]["tm_applier"] = tmDetail.applicant_cn || "";
objlist[tmIndex]["tm_group"] = JSON.stringify(tmDetail.ncl_two_codes) || "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment