lrf402788946 4 years ago
parent
commit
c5e19f8561
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/service/util/http-util.js

+ 1 - 1
app/service/util/http-util.js

@@ -52,7 +52,7 @@ class UtilService extends AxiosService {
    */
   async cdelete(uri, data = {}, query, options) {
     options = { ...options, method: 'delete' };
-    return this.$request(uri, data, query, options);
+    return this.toRequest(uri, data, query, options);
   }
 
   async toRequest(uri, data, query, options) {