Loading

魔法字符串

function doDelete(idx, id) {
  _axios.delete(`/user/${id}/`).then((res) => {
    if (res.data.code === 0) {
      dataList.value.splice(idx, 1)
    }
  })
}
posted @ 2024-09-17 16:07  一只大学生  阅读(4)  评论(0编辑  收藏  举报