!8 修复合同协议-添加合同-补充协议性质,搜索母合同点击搜索页面刷新搜索不到结果bug

接受Pull Requests
This commit is contained in:
勾股技术 2022-10-08 05:30:31 +00:00 committed by Gitee
commit e18f59a030
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -257,7 +257,7 @@
});
//搜索提交
form.on('submit(submit_form)', function(data){
form.on('submit(search_form)', function(data){
table_b.reload({where:{keywords:data.field.keywords},page:{curr:1}});
return false;
});