Explorar el Código

节点划分修改

duy hace 2 días
padre
commit
801e971b83
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      src/api/modules/data-fill/wbs.js

+ 8 - 0
src/api/modules/data-fill/wbs.js

@@ -595,4 +595,12 @@ export default {
             data: form,
         })
     },
+        //搜索
+    async getQueryValueByType(form) {
+        return HcApi({
+            url: '/api/blade-manager/wbsTree/getQueryValueByType',
+            method: 'get',
+            params: form,
+        })
+    },
 }