提交 ac8fff87 authored 作者: lidongxu's avatar lidongxu

Merge branch 'release' into dev

...@@ -241,6 +241,11 @@ const columns = ref([ ...@@ -241,6 +241,11 @@ const columns = ref([
prop: 'activityPattern', prop: 'activityPattern',
width: 100 width: 100
}, },
{
label: '活动品项',
prop: 'prdClass',
width: 100
},
{ {
label: '任务状态', label: '任务状态',
prop: 'approveStatus', prop: 'approveStatus',
......
...@@ -95,7 +95,7 @@ const changeData = fs.readFileSync(changelog, 'utf-8') ...@@ -95,7 +95,7 @@ const changeData = fs.readFileSync(changelog, 'utf-8')
const result = parseChangelog(changeData) const result = parseChangelog(changeData)
console.log(result) console.log(result)
axios({ axios({
url: 'https://sfa-qa.wxl66.cn/api/bi/front/version/core', url: 'https://sfa.wxl66.cn/api/bi/front/version/core',
method: 'POST', method: 'POST',
data: result data: result
}) })
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论