提交 15802ce6 authored 作者: 王鹏飞's avatar 王鹏飞

fix: 提交留资渠道字段调整

上级 340794fe
...@@ -84,7 +84,7 @@ export default { ...@@ -84,7 +84,7 @@ export default {
this.$refs.ruleForm.validate().then(this.handleSubmitRequest) this.$refs.ruleForm.validate().then(this.handleSubmitRequest)
}, },
handleSubmitRequest() { handleSubmitRequest() {
const params = Object.assign({}, this.ruleForm, { project_id: webConf.others.projectId, channel_num: '19960' }) const params = Object.assign({}, this.ruleForm, { project_id: webConf.others.projectId, channel: '19960' })
api.submitApply(params).then(response => { api.submitApply(params).then(response => {
if (parseInt(response.error) === 0) { if (parseInt(response.error) === 0) {
this.$emit('update', response.data) this.$emit('update', response.data)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论