...
|
...
|
@@ -240,7 +240,6 @@ |
|
|
var tagTypes = eval(${tagTypeMapJson});
|
|
|
|
|
|
function refreshTagsByType(parentId,tagTypeTmp){
|
|
|
console.log("parentId is "+parentId);
|
|
|
$("#parentTagDiv").html("");
|
|
|
var tagType=$("#model_tagType").val();
|
|
|
if(tagTypeTmp!=null&&tagTypeTmp!=""){
|
...
|
...
|
|