Commit 235469cd authored by 邓春圆's avatar 邓春圆

id 参数修改

parent 6f9f5e9b
...@@ -526,7 +526,7 @@ export default { ...@@ -526,7 +526,7 @@ export default {
cancelButtonText: this.$t('取消'), cancelButtonText: this.$t('取消'),
type: 'warning' type: 'warning'
}).then(r =>{ }).then(r =>{
customerUpdateCustomerToOld({customerServiceId: row.customerServiceId}).then(r => { customerUpdateCustomerToOld({customerServiceId: row.id}).then(r => {
this.$message.success(this.$t('修改成功!')) this.$message.success(this.$t('修改成功!'))
}) })
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment