ソースを参照

重新合并权限

zhouna 5 年 前
コミット
f98a5395ea
1 ファイル変更1 行追加1 行削除
  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()