|
@@ -726,7 +726,6 @@ export default {
|
|
|
});
|
|
|
}
|
|
|
}
|
|
|
- console.log(screenArr);
|
|
|
this.$set(
|
|
|
this.form.klRuleByIdSub[index],
|
|
|
"baseTermTypeList",
|
|
@@ -867,6 +866,9 @@ export default {
|
|
|
const arr = this.form.klRuleByIdSub.filter((item, i) => {
|
|
|
return item.groupId != groupId;
|
|
|
});
|
|
|
+ const len = this.form.klRuleByIdSub.filter((item, i) => {
|
|
|
+ return item.groupId == groupId;
|
|
|
+ });
|
|
|
if (del) {
|
|
|
const date = new Date().valueOf();
|
|
|
if (key == 0 && arr.length > 0) {
|
|
@@ -920,6 +922,7 @@ export default {
|
|
|
newGroupList = this.form.klRuleByIdSub.filter(
|
|
|
(item) => item.groupChildId != groupChildId
|
|
|
);
|
|
|
+ this.dragVal = len[1].subLenCode;
|
|
|
}
|
|
|
} else {
|
|
|
newGroupList = this.form.klRuleByIdSub.filter(
|