Accept Merge Request #182: (feature/hant -> develop)

Merge Request: 关闭双击事件

Created By: @todayswind
Accepted By: @todayswind
URL: https://g-bcrc3009.coding.net/p/allocatr/d/allocatr/git/merge/182?initial=true
This commit is contained in:
todayswind 2025-06-25 13:58:16 +08:00 committed by Coding
commit c4757bffe4
2 changed files with 2 additions and 0 deletions

View File

@ -465,6 +465,7 @@ ${data.receive_type == 1 ? '已收定金' : '已收全款'}
// 为表格绑定事件 // 为表格绑定事件
Table.api.bindevent(table); Table.api.bindevent(table);
table.off('dbl-click-row.bs.table');
let cloneQueryParams = null; let cloneQueryParams = null;
//绑定tab事件 //绑定tab事件
$('a[data-toggle="tab"]').on('show.bs.tab', function (event) { $('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.api.bindevent(table);
table.off('dbl-click-row.bs.table');
$("#select_city").on("cp:updated", function () { $("#select_city").on("cp:updated", function () {
var citypicker = $(this).data("citypicker"); var citypicker = $(this).data("citypicker");
var code = citypicker.getCode("district") || citypicker.getCode("city") || citypicker.getCode("province"); var code = citypicker.getCode("district") || citypicker.getCode("city") || citypicker.getCode("province");