style:业务规则
Showing
1 changed file
with
10 additions
and
1 deletions
... | @@ -10,4 +10,13 @@ export function getSysSqdjywBysearch (data) { | ... | @@ -10,4 +10,13 @@ export function getSysSqdjywBysearch (data) { |
10 | data | 10 | data |
11 | }) | 11 | }) |
12 | } | 12 | } |
13 | 13 | // 读取明细 | |
14 | export function getSysSqdjywDetailById (id) { | ||
15 | return request({ | ||
16 | url: '/system/sysSqdjyw/getSysSqdjywDetailById', | ||
17 | method: 'get', | ||
18 | params: { | ||
19 | id: id | ||
20 | } | ||
21 | }) | ||
22 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment