This commit is contained in:
parent
5e4329dc5b
commit
5f45eac946
|
|
@ -555,7 +555,7 @@ const handleSubmit = async () => {
|
||||||
|
|
||||||
// 调用接口
|
// 调用接口
|
||||||
try {
|
try {
|
||||||
await editCustomerApi({ ...params, point_diffs_json: JSON.stringify(marginRatioJSON) })
|
await editCustomerApi({ ...params, point_diffs_json: JSON.stringify(marginRatioJSON), base_ts:null })
|
||||||
dialogVisible.value = false
|
dialogVisible.value = false
|
||||||
await getCustomerList(userId.value)
|
await getCustomerList(userId.value)
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|
@ -567,7 +567,7 @@ const handleSubmit = async () => {
|
||||||
try {
|
try {
|
||||||
await editCustomerApi({
|
await editCustomerApi({
|
||||||
...params,
|
...params,
|
||||||
fee_handling_percent: commissionRatioForm.value.commissionRatio,
|
fee_handling_percent: commissionRatioForm.value.commissionRatio, base_ts:null
|
||||||
})
|
})
|
||||||
dialogVisible.value = false
|
dialogVisible.value = false
|
||||||
await getCustomerList(userId.value)
|
await getCustomerList(userId.value)
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue