|
@@ -2133,7 +2133,7 @@ function getStaticDate(flg){
|
|
|
getEveryDeptLevel()
|
|
|
return true
|
|
|
}
|
|
|
-$(function() {
|
|
|
+window.onload = function(){
|
|
|
const iconCalenBlue= require("./../images/darkDate.png")
|
|
|
const iconCalenGrey= require("./../images/icon_calen_grey.png")
|
|
|
$.datepicker.regional['zh-CN'] = {
|
|
@@ -2194,4 +2194,4 @@ $(function() {
|
|
|
// });
|
|
|
// initScroll("partWrap","Y",2)
|
|
|
// initScroll("console","X",2)
|
|
|
-});
|
|
|
+};
|