diff --git a/app/home/view/cate/car_cate.html b/app/home/view/cate/car_cate.html
index 1f3cdb8..34e07d2 100644
--- a/app/home/view/cate/car_cate.html
+++ b/app/home/view/cate/car_cate.html
@@ -86,7 +86,7 @@
}
});
- $('.body-table').on('click','.addNew',function(){
+ $('body').on('click','.addNew',function(){
addExpense(0,'','');
});