fqsq
Showing
2 changed files
with
23 additions
and
1 deletions
src/api/fqsq.js
0 → 100644
-
Please register or sign in to post a comment
import request from '@/utils/request' | ||
/* | ||
业务办理-获取收藏业务集合 | ||
*/ | ||
export function Init (data) { | ||
return request({ | ||
url: '/ywbl/tdsyqlr/Init', | ||
method: 'post', | ||
data | ||
}) | ||
} | ||
\ No newline at end of file |