首页快捷填写工作汇报,点击报错问题修改

This commit is contained in:
hdm 2023-02-02 18:42:43 +08:00
parent 2a6e3818a6
commit 64bf8cb062
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
</div> </div>
</div> </div>
<script> <script>
function layoutFastentry(work,table){ function layoutFastentry(tool,work,table){
$('.work-add').on('click',function(){ $('.work-add').on('click',function(){
work.add(0,{'id':0}); work.add(0,{'id':0});
}) })

View File

@ -191,7 +191,7 @@
} }
if(typeof layoutFastentry ==='function'){ if(typeof layoutFastentry ==='function'){
layoutFastentry(work,table) layoutFastentry(tool,work,table)
} }
if(typeof layoutSystem ==='function'){ if(typeof layoutSystem ==='function'){