Commit efd74d13 by 王悦

fix

parent 7c8ae13b
......@@ -156,8 +156,8 @@ class TrademarkCtl extends CtlBase {
user_id: p.userid,
company_id: p.company_id,
trademark_id: data.id,
type: p.data.type,
reason: p.data.reason,
type: p.type,
reason: p.reason,
tm_code: data.code
});
}
......
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