|
@@ -207,8 +207,8 @@ function getSchema(val, type){
|
|
"pramNme": val
|
|
"pramNme": val
|
|
}).then(res=>{
|
|
}).then(res=>{
|
|
if(res.data.code == 0) {
|
|
if(res.data.code == 0) {
|
|
- $('#searchInp').val(val)
|
|
|
|
if(res.data.data.length >0){
|
|
if(res.data.data.length >0){
|
|
|
|
+ $('#searchInp').val(val)
|
|
window.refreshTree = true
|
|
window.refreshTree = true
|
|
window.schemaTxt = val
|
|
window.schemaTxt = val
|
|
drawSchema(res.data.data)
|
|
drawSchema(res.data.data)
|