|
@@ -111,7 +111,9 @@
|
|
|
<th:block th:include="include :: bootstrap-fileinput-js" />
|
|
|
<script th:inline="javascript">
|
|
|
function changeShareType(){
|
|
|
- let shareType = $("#shareType").val();
|
|
|
+ $("#treeId").val("");
|
|
|
+ $("#treeName").val("");
|
|
|
+ // let shareType = $("#shareType").val();
|
|
|
// alert(shareType)
|
|
|
}
|
|
|
|