Skip to content

Commit

Permalink
Update js.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
funadmin authored Sep 8, 2022
1 parent 7b6f094 commit 709cd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/curd/tpl/js.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ define(['table','form'], function (Table,Form) {
done: function (res, curr, count) {
}
});
Table.api.bindEvent(Tabe.init);
Table.api.bindEvent(Table.init);
},
add: function () {
Controller.api.bindevent()
Expand Down

0 comments on commit 709cd7c

Please sign in to comment.