|
@@ -740,7 +740,7 @@ export default {
|
|
|
this.$set(
|
|
|
this.form.klRuleByIdSub[index],
|
|
|
"baseTermTypeList",
|
|
|
- (isDel && val == 1) || dragType ? screenArr : obj.subMenuList
|
|
|
+ (isDel && val == 2) || dragType ? screenArr : obj.subMenuList
|
|
|
);
|
|
|
this.$set(this.form.klRuleByIdSub[index], "subLenCode", "");
|
|
|
this.$set(this.form.klRuleByIdSub[index], "dataType", "");
|