Browse Source

试验自建排序

duy 1 week ago
parent
commit
cad28c515a
1 changed files with 9 additions and 0 deletions
  1. 9 0
      src/api/modules/tentative/detect/test.js

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

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