|
@@ -203,6 +203,7 @@ const JsFiles = {
|
|
|
"/public/js/zh_calc.js",
|
|
|
"/public/js/path_tree.js",
|
|
|
"/public/js/stage_change.js",
|
|
|
+ "/public/js/stage_audit.js",
|
|
|
],
|
|
|
mergeFile: 'stage_change',
|
|
|
},
|
|
@@ -219,6 +220,7 @@ const JsFiles = {
|
|
|
"/public/js/path_tree.js",
|
|
|
"/public/js/gcl_gather.js",
|
|
|
"/public/js/stage_gather.js",
|
|
|
+ "/public/js/stage_audit.js",
|
|
|
],
|
|
|
mergeFile: 'stage_gather',
|
|
|
},
|
|
@@ -234,6 +236,7 @@ const JsFiles = {
|
|
|
"/public/js/zh_calc.js",
|
|
|
"/public/js/path_tree.js",
|
|
|
"/public/js/stage_compare.js",
|
|
|
+ "/public/js/stage_audit.js",
|
|
|
],
|
|
|
mergeFile: 'stage_compare',
|
|
|
}
|