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