Commit 7a1febe4 authored by yaya's avatar yaya

feat: 备注更新

parent eca4b3e3
...@@ -65,7 +65,6 @@ export default { ...@@ -65,7 +65,6 @@ export default {
}, },
methods: { methods: {
handleBlur() { handleBlur() {
if (this.chatUserInfo.user.remark !== this.preRemark) {
const params = { const params = {
user: this.chatUserInfo.user.id, user: this.chatUserInfo.user.id,
remark: this.chatUserInfo.user.remark remark: this.chatUserInfo.user.remark
...@@ -81,7 +80,6 @@ export default { ...@@ -81,7 +80,6 @@ export default {
}) })
} }
} }
}
} }
</script> </script>
......
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