This commit is contained in:
xman 2025-07-08 09:50:12 +08:00
parent 3d052fa2b4
commit 1f7ee1fd14

View File

@ -67,6 +67,15 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'echarts','echarts-th
$("#select_area_id").val(code); $("#select_area_id").val(code);
}); });
$(function () {
$('.city-picker-dropdown').each(function () {
var offset = $(this).offset();
if (offset.top === 0 && offset.left === 0) {
$(this).remove(); // 错误渲染的 dropdown 移除
}
});
});
} }
}); });
@ -115,14 +124,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'echarts','echarts-th
$(function () {
$('.city-picker-dropdown').each(function () {
var offset = $(this).offset();
if (offset.top === 0 && offset.left === 0) {
$(this).remove(); // 错误渲染的 dropdown 移除
}
});
});
/* var _data = items; /* var _data = items;
$('#select_item').zdCascader({ $('#select_item').zdCascader({