tts
This commit is contained in:
parent
1f7ee1fd14
commit
2cdf65b0fb
|
|
@ -59,6 +59,11 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'echarts','echarts-th
|
||||||
Table.api.bindevent(table2);
|
Table.api.bindevent(table2);
|
||||||
|
|
||||||
|
|
||||||
|
var $city = $('#select_city');
|
||||||
|
if (!$city.data('citypicker')) {
|
||||||
|
$city.citypicker(); // ✅ 初始化插件
|
||||||
|
}
|
||||||
|
|
||||||
$("#select_city").on("cp:updated", function () {
|
$("#select_city").on("cp:updated", function () {
|
||||||
console.log(123);
|
console.log(123);
|
||||||
var citypicker = $(this).data("citypicker");
|
var citypicker = $(this).data("citypicker");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user