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
|
this.loading = true
|
||||||
setCommission({
|
setCommission({
|
||||||
id,
|
id,
|
||||||
goodsCommission: parseInt(goodsCommission),
|
goodsCommission: parseFloat(goodsCommission),
|
||||||
memberCommission: parseInt(memberCommission)
|
memberCommission: parseFloat(memberCommission)
|
||||||
}).then(response => {
|
}).then(response => {
|
||||||
this.$emit('refersh')
|
this.$emit('refersh')
|
||||||
this.$modal.msgSuccess('设置成功');
|
this.$modal.msgSuccess('设置成功');
|
||||||
|
|
Loading…
Reference in New Issue