Commit 1d3316d3 authored by hzl's avatar hzl

feat: 处理是否新建计划的默认值

parent 70164191
......@@ -506,7 +506,7 @@ export default {
// vboWindow: '',
// placements: [],
isSmart: false,
isNewCampaign: true,
isNewCampaign: false,
advertiserId: '',
campaignIdList: [],
deviceModels: [],
......@@ -937,7 +937,7 @@ export default {
// vboWindow: '',
// placements: [],
isSmart: false,
isNewCampaign: true,
isNewCampaign: false,
advertiserId: '',
campaignIdList: [],
deviceModels: [],
......
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