cf4807ad by tianhaohao@pashanhoo.com

编写税务合同页面内容

1 parent 46ef0c8c
1 import request from '@/utils/request'
2 let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl'))
3
4 /**
5 * @description: 获取明细信息
6 * @param {*} bsmSlsq
7 * @param {*} bestepid
8 * @author: renchao
9 */
10 export function getDetail (bsmSldy) {
11 return request({
12 url: SERVER.SERVERAPI + '/rest/ywbl/swhtxx/getDetail',
13 method: 'get',
14 params: {
15 bsmSldy: bsmSldy
16 }
17 })
18 }
...\ No newline at end of file ...\ No newline at end of file