|
@ -18,7 +18,7 @@
|
|
}
|
|
}
|
|
function querySelectData() {
|
|
function querySelectData() {
|
|
$.ajax({
|
|
$.ajax({
|
|
url: ctx + "hostpitalList",
|
|
|
|
|
|
url: ctx + "/admin/range/hostpitalList",
|
|
method: "get",
|
|
method: "get",
|
|
dataType: "json",
|
|
dataType: "json",
|
|
async: false,
|
|
async: false,
|
|
@ -80,7 +80,7 @@
|
|
init: function () {
|
|
init: function () {
|
|
var data;
|
|
var data;
|
|
this.grid = $("#div_user_list").ligerGrid($.LigerGridEx.config({
|
|
this.grid = $("#div_user_list").ligerGrid($.LigerGridEx.config({
|
|
url: ctx + 'doctorList',
|
|
|
|
|
|
url: ctx + '/admin/range/doctorList',
|
|
parms: {},
|
|
parms: {},
|
|
ajaxHeader: ajaxHeaderName,
|
|
ajaxHeader: ajaxHeaderName,
|
|
ajaxHeaderValue: ajaxHeaderValue,
|
|
ajaxHeaderValue: ajaxHeaderValue,
|