提交 624a9da7 authored 作者: pengxiaohui's avatar pengxiaohui

修改bug

上级 7112cca3
...@@ -68,7 +68,6 @@ export default { ...@@ -68,7 +68,6 @@ export default {
}, },
methods: { methods: {
handleChange() { handleChange() {
console.log
const selectedUser = this.userList.find(item => item.id === this.userId) const selectedUser = this.userList.find(item => item.id === this.userId)
this.$emit('input', this.userId) this.$emit('input', this.userId)
this.$emit('select', selectedUser) this.$emit('select', selectedUser)
......
...@@ -63,4 +63,4 @@ export function createFollowRecord(id, data) { ...@@ -63,4 +63,4 @@ export function createFollowRecord(id, data) {
// 删除跟进记录 // 删除跟进记录
export function deleteFollowRecord(id) { export function deleteFollowRecord(id) {
return httpRequest.delete(`/api/customer/admin/v1/record/${id}`) return httpRequest.delete(`/api/customer/admin/v1/record/${id}`)
} }
\ No newline at end of file
...@@ -297,7 +297,7 @@ export default { ...@@ -297,7 +297,7 @@ export default {
this.$message.error('删除用户失败') this.$message.error('删除用户失败')
} }
}) })
.catch(err => { .catch(() => {
this.$message.error('删除用户失败') this.$message.error('删除用户失败')
}) })
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论