[update] 工作组收费通知校验参数修改
This commit is contained in:
@@ -354,7 +354,8 @@ export default {
|
||||
return
|
||||
}
|
||||
let param = {
|
||||
ids: this.selectedRowKeys.join(',')
|
||||
ids: this.selectedRowKeys.join(','),
|
||||
workingGroupId: this.workingGroupProjectId
|
||||
}
|
||||
// 判断选中的成员是否存在来款方式非收费通知的
|
||||
getChargeNotice(param).then(res => {
|
||||
@@ -367,7 +368,6 @@ export default {
|
||||
this.$message.warn(res.message)
|
||||
}
|
||||
})
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user