档案检索修改

master
wanglei 1 year ago
parent ca6bb5df41
commit abd0bba89a

@ -0,0 +1,55 @@
import request from '@/utils/request'
// 查询常住人口登记列表
export function listCzrkdj(query) {
return request({
url: '/dangan/search/czrk',
method: 'get',
params: query
})
}
// 查询常住人口登记列表
export function listBirthDJ(query) {
return request({
url: '/dangan/search/cszm',
method: 'get',
params: query
})
}
// 查询常住人口登记列表
export function listQyz(query) {
return request({
url: '/dangan/search/qyz',
method: 'get',
params: query
})
}
// 查询常住人口登记列表
export function listYtzm(query) {
return request({
url: '/dangan/search/ytzm',
method: 'get',
params: query
})
}
// 查询常住人口登记列表
export function listZfnyhkcg(query) {
return request({
url: '/dangan/search/zfny',
method: 'get',
params: query
})
}
// 查询常住人口登记列表
export function listZqz(query) {
return request({
url: '/dangan/search/zqz',
method: 'get',
params: query
})
}

@ -423,12 +423,7 @@
</template> </template>
<script> <script>
import { listCzrkdj } from "@/api/dangan/czrkdj"; import { listCzrkdj, listBirthDJ, listQyz, listZfnyhkcg, listYtzm, listZqz } from "@/api/dangan/retrieval";
import { listBirthDJ } from "@/api/dangan/birthDJ";
import { listQyz } from "@/api/dangan/qyz";
import { listZfnyhkcg } from "@/api/dangan/zfnyhkcg";
import { listYtzm } from "@/api/dangan/ytzm";
import { listZqz } from "@/api/dangan/zqz";
export default { export default {
name: "Retrieval", name: "Retrieval",

@ -423,12 +423,7 @@
</template> </template>
<script> <script>
import { listCzrkdj } from "@/api/dangan/czrkdj"; import { listCzrkdj, listBirthDJ, listQyz, listZfnyhkcg, listYtzm, listZqz } from "@/api/dangan/retrieval";
import { listBirthDJ } from "@/api/dangan/birthDJ";
import { listQyz } from "@/api/dangan/qyz";
import { listZfnyhkcg } from "@/api/dangan/zfnyhkcg";
import { listYtzm } from "@/api/dangan/ytzm";
import { listZqz } from "@/api/dangan/zqz";
export default { export default {
name: "Retrieval", name: "Retrieval",

Loading…
Cancel
Save