更新
This commit is contained in:
@@ -32,15 +32,14 @@ export function searchTable1(pageCurrent, pageSize, num1, num2, num3) {
|
||||
}
|
||||
})
|
||||
}
|
||||
export function searchTable2(pageCurrent, pageSize, num1) {
|
||||
export function searchTable2(num1) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '1',
|
||||
name: '合同资金管理_分批资金_查询',
|
||||
param: '资金ID=' + num1 + '=int',
|
||||
Pagination: pageCurrent + '&' + pageSize
|
||||
name: '基础表_合同资金表明细_查询数据',
|
||||
param: '资金ID=' + num1 + '=int'
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user