@@ -455,6 +455,7 @@ export default {
if (arr[i - 1] && arr[i - 1].groupId == item.groupId) {
this.$set(item, 'disabled', false);
if (del.length > 0) {
+ this.$set(item, 'subType', '');
this.$set(item, 'baseTypes', screenArr);
}
} else {