Commit 8f311eaa by Lee Munkyeong

リセットの時現在のカテゴリパス初期化

parent 4a6c5f41
......@@ -383,6 +383,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