关闭双击事件

This commit is contained in:
todaywindy 2025-06-25 13:57:24 +08:00
parent 7dd30af6ad
commit be6a50b7df
2 changed files with 2 additions and 0 deletions

View File

@ -465,6 +465,7 @@ ${data.receive_type == 1 ? '已收定金' : '已收全款'}
// 为表格绑定事件
Table.api.bindevent(table);
table.off('dbl-click-row.bs.table');
let cloneQueryParams = null;
//绑定tab事件
$('a[data-toggle="tab"]').on('show.bs.tab', function (event) {

View File

@ -284,6 +284,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','layer'], function ($,
// 为表格绑定事件
Table.api.bindevent(table);
table.off('dbl-click-row.bs.table');
$("#select_city").on("cp:updated", function () {
var citypicker = $(this).data("citypicker");
var code = citypicker.getCode("district") || citypicker.getCode("city") || citypicker.getCode("province");