@hzab/data-model
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "@hzab/data-model", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "data model", | ||
@@ -5,0 +5,0 @@ "main": "src", |
@@ -88,2 +88,4 @@ # @hzab/data-model | ||
{ | ||
// 动态的 params 数据 | ||
effectParams: { orgId }, | ||
// 动态 query 数据 | ||
@@ -90,0 +92,0 @@ effectQuery: { orgId }, |
@@ -230,3 +230,3 @@ import _ from "lodash"; | ||
this.axios | ||
.delete(apiUrl, { ...this.axiosConf, ..._params }) | ||
.delete(apiUrl, { ...this.axiosConf, params: _params }) | ||
.then((response) => { | ||
@@ -256,3 +256,3 @@ this.handleRes( | ||
this.axios | ||
.delete(apiUrl, { ...this.axiosConf, ..._params }) | ||
.delete(apiUrl, { ...this.axiosConf, params: _params }) | ||
.then((response) => { | ||
@@ -259,0 +259,0 @@ this.handleRes( |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20987
184