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

Signed-off-by: 红日工作室 <1375011211@qq.com>
This commit is contained in:
红日工作室 2022-10-08 05:15:06 +00:00 committed by Gitee
parent 69012fe275
commit 4b89d76ccd
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;
});