Commit fe88493d authored by 顾文旭's avatar 顾文旭

复制活动

parent 210b237c
......@@ -275,7 +275,7 @@
async copyMarketing(row) {
let params = {
marketing_id: 0,
marketing_id: row.activiteId,
};
const res = await copyMarketing(params);
if (res.code === 0) {
......
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