WXL
6 天以前 c4599aa279fd2f90b741608392e056fbae2282d5
src/api/businessApi/decide.js
@@ -16,6 +16,13 @@
    data: data
  })
}
export function deathinfoadd(data) {
  return request({
    url: '/project/deathinfo/add',
    method: 'post',
    data: data
  })
}
// 死亡信息详情
export function deathinfoInfo(id) {
  return request({