[update] 收入合同关联新建普通项目表单修改;新建工作组候选工作组列表修改
This commit is contained in:
@@ -197,7 +197,7 @@ import { httpAction } from '@api/manage'
|
||||
import JUpload from '@comp/jero/JUpload'
|
||||
import CompanySelect from '@comp/company/CompanySelect'
|
||||
import SelectContacts from '@comp/company/SelectContacts'
|
||||
import { getWorkingGroupAllList } from '../../../api/incomePaymentsApi'
|
||||
import { getWorkingGroupListByNotCompany } from '../../../api/incomePaymentsApi'
|
||||
|
||||
export default {
|
||||
name: 'WorkingGroupMemberUnitModule',
|
||||
@@ -311,7 +311,10 @@ export default {
|
||||
}
|
||||
},
|
||||
loadWorkingGroupList() {
|
||||
getWorkingGroupAllList().then(res => {
|
||||
let param = {
|
||||
companyId: this.defaultChargeCompany.id
|
||||
}
|
||||
getWorkingGroupListByNotCompany(param).then(res => {
|
||||
if (res.success) {
|
||||
this.workingGroupList = res.result
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user