Skip to content

Commit 67f1d6b

Browse files
author
hikki
committed
效果调整
1 parent 5a2cd86 commit 67f1d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/assets/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ class ComponentDot {
217217
this.insert_data.push(id);
218218
this.insertInputDOM.value = JSON.stringify(this.insert_data);
219219
}
220-
let index = this.delete_data.indexOf(id);
220+
index = this.delete_data.indexOf(id);
221221
if (index !== -1) {
222222
this.delete_data.splice(index, 1);
223223
this.deleteInputDOM.value = JSON.stringify(this.delete_data);

0 commit comments

Comments
 (0)