Przeglądaj źródła

重新合并权限

zhouna 5 lat temu
rodzic
commit
f98a5395ea
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/js/schemaMap.js

+ 1 - 1
src/js/schemaMap.js

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