ZaiZai 1 year ago
parent
commit
65b11bff90
2 changed files with 16 additions and 2 deletions
  1. 14 0
      httpApi/modules/image/index.js
  2. 2 2
      manifest.json

+ 14 - 0
httpApi/modules/image/index.js

@@ -9,6 +9,20 @@ export default {
             params: form,
         })
     },
+    async queryTreeList(form) {
+        return httpApi({
+            url: '/api/blade-business/wbsTreeContract/image/lazyQueryContractWbsTree',
+            method: 'get',
+            params: form,
+        });
+    },
+    async queryWorksTree(form) {
+        return httpApi({
+            url: '/api/blade-business/wbsTreeContract/getConcealedWorksNodeTree',
+            method: 'get',
+            params: form,
+        });
+    },
     //获取当前项目类型的显隐配置列表
     async getClassifyShowConfigList(form) {
         return httpApi({

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "数字工程",
     "appid" : "__UNI__A0B807E",
     "description" : "",
-    "versionName" : "1.1.4",
-    "versionCode" : 114,
+    "versionName" : "1.1.5",
+    "versionCode" : 115,
     "transformPx" : false,
     "app-plus" : {
         /* 5+App特有相关 */