Browse Source

重新合并权限

zhouna 5 years ago
parent
commit
f98a5395ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/js/schemaMap.js

+ 1 - 1
src/js/schemaMap.js

@@ -5,7 +5,7 @@ function getSchema(val, type){
     post(api.getSchema,{
     post(api.getSchema,{
         "labelName": type,
         "labelName": type,
         "pramNme": val
         "pramNme": val
-    }).then(res=>{
+    },147).then(res=>{
         if(res.data.code == 0) {
         if(res.data.code == 0) {
             if(res.data.data.length >0){
             if(res.data.data.length >0){
                 $('.empty').hide()
                 $('.empty').hide()