|
@@ -370,14 +370,13 @@
|
|
|
} else {
|
|
|
$('#pushSwitch').bootstrapSwitch('state', false);
|
|
|
}
|
|
|
- console.log(dataMap.i_pushmodel)
|
|
|
- console.log(dataMap.i_pushtype)
|
|
|
if (dataMap.i_pushmodel != undefined) {
|
|
|
$('#pushModelSelect').val(dataMap.i_pushmodel);
|
|
|
$("#pushModelSelect").selectpicker("refresh")
|
|
|
}
|
|
|
if (dataMap.i_extfieldstype != undefined) {
|
|
|
$('#extfiledselect').val(dataMap.i_extfieldstype);
|
|
|
+ $("#pushTypeSelect").selectpicker("refresh")
|
|
|
}
|
|
|
if (dataMap.i_pushtype != undefined) {
|
|
|
$('#pushTypeSelect').val(dataMap.i_pushtype);
|