bug
This commit is contained in:
@ -134,9 +134,14 @@
|
||||
}, 'json');
|
||||
|
||||
//巡检模式
|
||||
var patrolType = '${param.patroltype}';
|
||||
var bizIdForPatrol = '${bizid}';
|
||||
if (!bizIdForPatrol || bizIdForPatrol === '') {
|
||||
bizIdForPatrol = unitId;
|
||||
}
|
||||
$.post(ext.contextPath + "/timeEfficiency/patrolModel/getPatrolModelList4Select3.do", {
|
||||
type: '${param.patroltype}',
|
||||
bizId: unitId
|
||||
type: patrolType,
|
||||
bizId: bizIdForPatrol
|
||||
}, function (data) {
|
||||
var selectpatrolmode_edit = $("#schedulingEditModal #patrolmode").select2({
|
||||
data: data,
|
||||
|
||||
Reference in New Issue
Block a user