gaoluyang
7 天以前 c7b4b9a2f4c0f05aeb60a9e3f5fba5d9a3676f3f
src/api/customerService/index.js
@@ -32,4 +32,12 @@
    method: 'post',
    data: query,
  })
}
// 反馈登记-提交处理
export function afterSalesServiceDispose(query) {
  return request({
    url: '/afterSalesService/dispose',
    method: 'post',
    data: query,
  })
}