@@ -816,7 +816,7 @@ export default {
],
{
isEdit: true,
- isAdd: this.openType !== 0 && value.length < 2,
+ isAdd: this.openType !== 0 && value.filter(item => item.status === 'BZZ').length < 2,
isDel: true,
isUpdate: false,
isConfirm: false