修正HTTP url关键字检索条件回显.
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
$("#intype").val("${cfg.httpReqBody.cfgKeywords}");
|
||||
}else if("${cfg.httpResBody.cfgKeywords}"){
|
||||
$("#intype").val("${cfg.httpResBody.cfgKeywords}");
|
||||
}else if("${cfg.httpUrl.cfgKeywords}"){
|
||||
$("#intype").val("${cfg.httpUrl.cfgKeywords}");
|
||||
}else{
|
||||
$("#intype").attr("placeholder","<spring:message code='input'/> "+$("#seltype").find("option:selected").text());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user