222
lkk
2024-12-13 2a40898ed12f8ba53fb7f1a6a7e4946959dadc0c
src/api/system/package.js
@@ -175,4 +175,13 @@
    url: '/system/zhxm/' + pacIds,
    method: 'delete'
  })
}
export function getlistByZhId(query) {
  return request({
    url: '/system/zhxm/listByZhId',
    method: 'get',
    params: query
  })
}