zhouwx
4 天以前 819275813ce4e586e7397d15a339145f53c4b04c
src/api/backManage/law.js
@@ -1,9 +1,10 @@
import request from '@/utils/request'
export function getLawList() {
export function getLawList(params) {
    return request({
        url: '/system/law/lawList',
        method: 'get'
        method: 'get',
        params: params
    })
}