|
@@ -582,6 +582,8 @@ function updateTree(keyWord, txt) {
|
|
zTree.selectNode(zTree.getNodeByParam("name", keyWord));
|
|
zTree.selectNode(zTree.getNodeByParam("name", keyWord));
|
|
const selectPId = $('.curSelectedNode').attr('id')
|
|
const selectPId = $('.curSelectedNode').attr('id')
|
|
const selectId = selectPId.substring(0,selectPId.length-1) + 'ico'
|
|
const selectId = selectPId.substring(0,selectPId.length-1) + 'ico'
|
|
|
|
+ $('.iconSelect').remove()
|
|
|
|
+
|
|
$('#'+selectId).append('<img class="iconSelect" src="./images/iconSelect.png">')
|
|
$('#'+selectId).append('<img class="iconSelect" src="./images/iconSelect.png">')
|
|
// $.ajax({
|
|
// $.ajax({
|
|
// type: 'GET',
|
|
// type: 'GET',
|