1.voip新增默认显示配置form
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
$(document)
|
$(document)
|
||||||
.ready(
|
.ready(
|
||||||
function() {
|
function() {
|
||||||
|
$(".glyphicon-plus").first().click();
|
||||||
$(".action").on("change", function() {
|
$(".action").on("change", function() {
|
||||||
$("#serviceId").val($(this).attr("serviceId"));
|
$("#serviceId").val($(this).attr("serviceId"));
|
||||||
$("#protocolId").val($(this).attr("protocolId"));
|
$("#protocolId").val($(this).attr("protocolId"));
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
$(document)
|
$(document)
|
||||||
.ready(
|
.ready(
|
||||||
function() {
|
function() {
|
||||||
|
$(".glyphicon-plus").first().click();
|
||||||
/* $("#cancel").on("click", function() {
|
/* $("#cancel").on("click", function() {
|
||||||
window.history.back();
|
window.history.back();
|
||||||
});*/
|
});*/
|
||||||
|
|||||||
@@ -103,8 +103,12 @@ function page_turn(id, functionId,level, name, url,obj){
|
|||||||
|
|
||||||
|
|
||||||
App.scrollTo()
|
App.scrollTo()
|
||||||
|
//日志增加遮罩层
|
||||||
App.startPageLoading({animate:true});
|
// if(url.search("/nis/log/")!=-1){
|
||||||
|
// loading();
|
||||||
|
// }else{
|
||||||
|
App.startPageLoading({animate:true});
|
||||||
|
// }
|
||||||
//调入页面
|
//调入页面
|
||||||
if(url.indexOf("?")>0){
|
if(url.indexOf("?")>0){
|
||||||
url = url+"&functionId="+functionId;
|
url = url+"&functionId="+functionId;
|
||||||
|
|||||||
Reference in New Issue
Block a user