Fix:3525 【供应链小程序】客服消息—在商城小程序端删除消息记录后,供应链小程序(商家端)的客服消息记录会跟着删除

(cherry picked from commit 4dcfa23a10)
This commit is contained in:
modendeveloper
2025-04-01 13:29:55 +08:00
parent b8ca3b66fb
commit 23dc945f43
+4 -1
View File
@@ -89,7 +89,10 @@ export default {
uni.request({
url: _this.$SERVICE_API_URL + '//chat-remove',
method: 'POST',
data: {room_id: id},
data: {
room_id: id,
remove_from: 'user'
},
success:(res)=>{
if(res.data.status_code === 200) {
_this.fetchList()