Commit 562edf11 by 黑潮

update: 修改字段

parent 8bb64c4f
......@@ -453,8 +453,9 @@ export default {
params.relationId = val.relationId;
}
if (val.comName === 'qywx' || val.comName === 'qfxx') {
delete val.comName;
delete val.ecmMarketingTypeRelationId;
params = { ...params, ...val };
delete params.comName;
}
// 接口请求 保存
saveUpdateMarketingType({ marketingType: JSON.stringify(params) })
......
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