Explorar el Código

试验自建排序

duy hace 1 semana
padre
commit
cad28c515a
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  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,
+        })
+    },
+
 }