|
@@ -93,7 +93,7 @@ var bootstrap = function ($, learun) {
|
|
|
"wbGroupCode": $("#WbGroupCode").val(),
|
|
|
"wind": $("#Wind").val(),
|
|
|
"hwType": $("#HwType").lrselectGet(),
|
|
|
- "isTimeOut": $("#IsTimeOut").lrselectGet(),
|
|
|
+ "isTimeOut": String($("#IsTimeOut").lrselectGet()),
|
|
|
}),
|
|
|
dataType: 'json',
|
|
|
contentType: "application/json;charset=utf-8",
|