Commit f8816789 by Takatoshi Miura

Merge branch 'feature/1.4.0_lmk' into feature/1.4.0_miura

parents c54a61ef 8f311eaa
......@@ -384,6 +384,7 @@ CHK.initReport = function(callback) {
*/
CHK.initReportApp = function (callback) {
CHK.isSearched = false;
CHK.operationGroupMasterId = 0;
// 作業一覧JSONデータ
CHK.loadJson(CHK.jsonPath.operationList, function (json) {
CHK.operation = json;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment