電站資訊-維運紀錄: 修改表單內的內容(執行人員)沒有顯示
This commit is contained in:
parent
1fb8361765
commit
4145d2404e
@ -1646,7 +1646,7 @@
|
|||||||
status = 1;
|
status = 1;
|
||||||
}
|
}
|
||||||
$("input[name=status_modal_opRecord][value='" + status + "']").prop('checked', true); //狀態
|
$("input[name=status_modal_opRecord][value='" + status + "']").prop('checked', true); //狀態
|
||||||
$('#work_person_select_modal').val(record.workPersonId).trigger("change");;
|
$('#work_person_select_modal').val(record.workPersonIds).trigger("change");
|
||||||
if (work_type != 2) {
|
if (work_type != 2) {
|
||||||
$(".fix-div").hide();
|
$(".fix-div").hide();
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user