Commit 74c8e20a by 王悦

fix

parent 2132b73d
......@@ -106,7 +106,7 @@ class TrademarkCtl extends CtlBase {
let rtn = await pushClient(body, pushurl, notifyurl);
if (rtn.status == 1) {
let tradedb = [];
p.map(db => tradedb.push({
p.data.map(db => tradedb.push({
opath: p.opath,
user_id: p.userid,
company_id: p.company_id,
......
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