添加车辆按钮点击失效修改

This commit is contained in:
hdm 2022-06-16 15:00:45 +08:00
parent cf2a365abe
commit 1615a1b21d

View File

@ -86,7 +86,7 @@
} }
}); });
$('.body-table').on('click','.addNew',function(){ $('body').on('click','.addNew',function(){
addExpense(0,'',''); addExpense(0,'','');
}); });