This commit is contained in:
Timer
2026-03-27 23:46:04 +08:00
parent a5ac9fb038
commit 596b2a68bf
14 changed files with 164 additions and 16 deletions

View File

@ -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,