[update] 打包项目列表接口,到账开票接口,收入合同关联工作组项目加合同id,图片上传组件修改

This commit is contained in:
zhaoxiao
2021-09-10 19:00:54 +08:00
parent 9c23800c8e
commit 2d35ab113c
6 changed files with 53 additions and 24 deletions
@@ -733,7 +733,9 @@ export default {
// 工作组项目
case 2:
this.$refs.selectWorkingGroupProjectModule.filters = {
companyId: this.selectedCompany.id
companyId: this.selectedCompany.id,
contractId: this.contractId
}
this.$refs.selectWorkingGroupProjectModule.open()
break