|
@@ -895,8 +895,11 @@ export default {
|
|
|
setTimeout(() => {
|
|
|
const top = document.getElementById(id).getBoundingClientRect().top;
|
|
|
this.$emit("scrollTo", top);
|
|
|
+ // `klScaleParent[${tableIndex}].content`
|
|
|
+ console.log(this.$refs[`klScaleParent[${tableIndex}].content`]);
|
|
|
+ const inp = this.$refs[`klScaleParent[${tableIndex + 1}].content`];
|
|
|
+ inp && inp[0].focus();
|
|
|
}, 50);
|
|
|
-
|
|
|
break;
|
|
|
case -1:
|
|
|
this.$delete(this.scaleData.klScaleParent, tableIndex);
|