Explorar el Código

Merge branch 'new-power' of http://124.70.43.205:3000/xieshengjie/jn_sis_zhfx into daping-power

baiyanting hace 1 año
padre
commit
54505b51d5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/api/powerGenerating/index.js

+ 1 - 1
src/api/powerGenerating/index.js

@@ -139,7 +139,7 @@ export function dataOptionDel(data, timeout = 5000) {
   return request({
     baseURL: process.env.VUE_APP_TEST,
     url: "/data/option/delete",
-    method: "delete",
+    method: "get",
     params: data,
     headers,
     timeout,