bug修复
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -9,7 +9,7 @@ import request from '@/utils/request' | ... | @@ -9,7 +9,7 @@ import request from '@/utils/request' |
9 | // 根据条件进行列表查询 | 9 | // 根据条件进行列表查询 |
10 | export function getDjbBysearch(data) { | 10 | export function getDjbBysearch(data) { |
11 | return request({ | 11 | return request({ |
12 | url: '/zhcx/qlxx/getDjbBysearch', | 12 | url: '/zhcx/search/qlxx/getDjbBysearch', |
13 | method: 'post', | 13 | method: 'post', |
14 | data: data | 14 | data: data |
15 | }) | 15 | }) | ... | ... |
-
Please register or sign in to post a comment