@ebiz/designer-components 0.1.6 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -58080,7 +58080,9 @@ const nq = /* @__PURE__ */ Ge(F8, [["render", A8], ["__scopeId", "data-v-491f01c
58080
58080
  r.value = [];
58081
58081
  try {
58082
58082
  o.value = !0, Mt.fetch({
58083
- companyId: n.companyId
58083
+ queryParams: {
58084
+ companyId: n.companyId
58085
+ }
58084
58086
  }, {
58085
58087
  apiKey: "deptAllList",
58086
58088
  apiId: 1933,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebiz/designer-components",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -111,7 +111,9 @@ const loadDepartmentData = async () => {
111
111
  try {
112
112
  loading.value = true;
113
113
  dataService.fetch({
114
- companyId: props.companyId,
114
+ queryParams:{
115
+ companyId: props.companyId,
116
+ }
115
117
  },{
116
118
  apiKey: 'deptAllList',
117
119
  apiId: 1933,