Merge pull request 'fix: 修复提成设置' (#14) from feature/mall_product into master
Reviewed-on: http://117.33.142.185:3000/zenghuapei/cyywl_server/pulls/14pull/16/head
commit
6a0904cf64
|
@ -92,8 +92,8 @@ export default {
|
|||
this.loading = true
|
||||
setCommission({
|
||||
id,
|
||||
goodsCommission: parseInt(goodsCommission),
|
||||
memberCommission: parseInt(memberCommission)
|
||||
goodsCommission: parseFloat(goodsCommission),
|
||||
memberCommission: parseFloat(memberCommission)
|
||||
}).then(response => {
|
||||
this.$emit('refersh')
|
||||
this.$modal.msgSuccess('设置成功');
|
||||
|
|
Loading…
Reference in New Issue