lkk
2024-12-18 393fbf1bc48cedc0de0cf7453163a179d8bc01b5
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
  })
}