提交 f29e0830 编写于 作者: tao.wu's avatar tao.wu

添加店铺渠道

上级 386d2ec9
...@@ -705,6 +705,7 @@ ...@@ -705,6 +705,7 @@
// adminList:this.formData.adminList, // adminList:this.formData.adminList,
// } // }
this.formData.storeType = Number(this.formData.storeType); this.formData.storeType = Number(this.formData.storeType);
this.formData.storeEntry = 'PCKAIDIAN'; // 添加店铺渠道
console.log('提交的数据',this.formData) console.log('提交的数据',this.formData)
saveStore(this.formData).then(res => { saveStore(this.formData).then(res => {
if (res.code == '000000') { if (res.code == '000000') {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册