请款bug

This commit is contained in:
chenjianan
2019-03-06 18:40:47 +08:00
parent 33e012b74d
commit 625c45317c
4 changed files with 9 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ export function cancelRequestFund(num) {
url: '',
method: 'post',
data: {
type: '2',
type: '1',
name: '采购管理_离线合同_请款_删除数据',
param: `离线合同请款流水号=${num}`
}

View File

@@ -65,7 +65,7 @@ export function cancelRequestFund(num1) {
url: '',
method: 'post',
data: {
type: '2',
type: '1',
name: '采购管理_采购请款表_删除数据',
param: '采购请款流水号=' + num1
}