Merge branch 'master' of codeup.aliyun.com:5f9118049cffa29cfdd3be1c/marketing/frontend

This commit is contained in:
red-deng-deng 2021-11-24 15:13:17 +08:00
commit f665506e3a
1 changed files with 4 additions and 1 deletions

View File

@ -102,7 +102,10 @@ export const getReSellerOption = (params) => {
//新建营销计划
export const addPlanStep = (id, params) => {
let str = id ? "/"+id :""
if(str)
{
return req('put', baseurl + "/plan/step" + str, params)
}
return req('post', baseurl + "/plan/step" + str, params)
}
//获取营销计划草稿信息