update 工作组批量新增成员单位
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
<working-group-project-module ref="modalForm" @ok="modalFormOk"></working-group-project-module>
|
||||
</a-card>
|
||||
<!-- 批量新增成员信息 -->
|
||||
<working-group-member-unit-module ref="workingGroupMemberUnitModule" @ok="modalFormOk"/>
|
||||
<working-group-member-unit-module ref="workingGroupMemberUnitModule" @ok="modalFormOk" isBatchAdd/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -489,7 +489,7 @@ export default {
|
||||
isBatchAdd: {
|
||||
type: Boolean,
|
||||
required: false,
|
||||
default: true
|
||||
default: false
|
||||
}
|
||||
},
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user