update 工作组批量新增成员单位

This commit is contained in:
danshihao
2024-03-07 09:33:20 +08:00
parent d274778cb3
commit 2d2b4dfb1d
2 changed files with 2 additions and 2 deletions
@@ -124,7 +124,7 @@
<working-group-project-module ref="modalForm" @ok="modalFormOk"></working-group-project-module> <working-group-project-module ref="modalForm" @ok="modalFormOk"></working-group-project-module>
</a-card> </a-card>
<!-- 批量新增成员信息 --> <!-- 批量新增成员信息 -->
<working-group-member-unit-module ref="workingGroupMemberUnitModule" @ok="modalFormOk"/> <working-group-member-unit-module ref="workingGroupMemberUnitModule" @ok="modalFormOk" isBatchAdd/>
</div> </div>
</template> </template>
@@ -489,7 +489,7 @@ export default {
isBatchAdd: { isBatchAdd: {
type: Boolean, type: Boolean,
required: false, required: false,
default: true default: false
} }
}, },
data() { data() {