update 起草组完善

This commit is contained in:
danshihao
2024-01-10 09:06:50 +08:00
parent ef0ef97443
commit 6fc993c16b
10 changed files with 365 additions and 15 deletions
@@ -113,7 +113,7 @@ import { checkAssociatedProject } from '../../../utils/projectCheck'
import { CalcAmountMixin } from '@/mixins/CalcAmountMixin'
export default {
name: 'WorkingGroupMemberUnitModule',
name: 'DraftingGroupMemberUnitModule',
components: { CompanySelect, SelectContacts },
mixins: [CalcAmountMixin],
props: {
@@ -411,6 +411,8 @@ export default {
let method = 'post'
if (!this.model.id) {
httpurl += this.url.add
// 通过添加成员来的,默认状态为通过
values.checkResult = 2
} else {
httpurl += this.url.edit
}