|
@@ -173,7 +173,7 @@ export default withLayout((props) => {
|
173
|
173
|
}
|
174
|
174
|
}
|
175
|
175
|
params.dividendsName = `${FormData.dividendsName}|${FormData.dividendsPer}%`
|
176
|
|
- fetch({ url: API_SURE_SIGN, method: 'put', payload: { customerId: id, customerSignatory: { ...params, channelId: channelId === 'null' || channelId === null ? '' : channelId } } }).then(() => {
|
|
176
|
+ fetch({ url: API_SURE_SIGN, method: 'put', payload: { customerId: id, customerSignatory: { ...params, channelId: channelId === 'null' || channelId === null ? '' : channelId, channelCustomerId, } } }).then(() => {
|
177
|
177
|
Taro.showToast({ title: '修改成功', icon: 'none', duration: 2000 })
|
178
|
178
|
setTimeout(() => {
|
179
|
179
|
Taro.navigateBack({ delta: 1 })
|