no message

main
이범준 5 months ago
parent 67bca345ae
commit ddd422dcca

@ -46,6 +46,11 @@
<artifactId>xit-web-res</artifactId>
<version>23.04.01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>cokr.xit.app</groupId>
<artifactId>app-support-res</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>

@ -29,6 +29,9 @@
<link rel="stylesheet" href="<c:url value="/webjars/3rd-party/sneat/css/rtl/theme-default.css"/>" class="template-customizer-theme-css" />
<link rel="stylesheet" href="<c:url value="/webjars/css/styles.css"/>" />
<link rel="stylesheet" href="<c:url value="/webjars/applib/css/overwrite.css?${ver}"/>" />
<link rel="stylesheet" href="<c:url value="/webjars/applib/css/applib.css?${ver}"/>" />
<link rel="stylesheet" href="<c:url value="/webjars/3rd-party/sneat/libs/bootstrap-datepicker/bootstrap-datepicker.css"/>" />
</head>

@ -202,7 +202,7 @@
function fnClickSinmungoList(key){
$("#sinmungoTbody--${pageName}").setCurrentRow(key);
var data = sinmungoDataset.getData(key);
sinmungoFields.set(data);
sinmungoFields.set(null,data);
}

Loading…
Cancel
Save