Commit 1d3316d3 authored by hzl's avatar hzl

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

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