Browse Source

试验自建排序

duy 1 tuần trước cách đây
mục cha
commit
cad28c515a
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  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,
         })
     },
+        //试验自建列表排序    //保存表单
+    async updateSort(form) {
+        return HcApi({
+            url: '/api/blade-business/detection/self/updateSort',
+            method: 'post',
+            data: form,
+        })
+    },
+
 }