duy 1 долоо хоног өмнө
parent
commit
cad28c515a

+ 9 - 0
src/api/modules/tentative/detect/test.js

@@ -266,4 +266,13 @@ export default {
             data: form,
         })
     },
+        //试验自建列表排序    //保存表单
+    async updateSort(form) {
+        return HcApi({
+            url: '/api/blade-business/detection/self/updateSort',
+            method: 'post',
+            data: form,
+        })
+    },
+
 }