update 工作组批量新增成员单位
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user