iv-npm 1.0.36 → 1.0.37

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iv-npm",
3
- "version": "1.0.36",
3
+ "version": "1.0.37",
4
4
  "description": "公共通用包",
5
5
  "author": "Mr.Cong",
6
6
  "license": "ISC",
@@ -570,9 +570,6 @@ function tranListToTreeData(list) {
570
570
  return results;
571
571
  }
572
572
 
573
-
574
- var assign = Object.assign;
575
-
576
573
  var _hoisted_1 = /*#__PURE__*/vue.createElementVNode("div", {
577
574
  "class": "text-[#0000006D] text-[14px]"
578
575
  }, "所属组织", -1
@@ -623,7 +620,7 @@ var script = /*#__PURE__*/vue.defineComponent({
623
620
  switch (_context.prev = _context.next) {
624
621
  case 0:
625
622
  _context.next = 2;
626
- return formatHTTP(fetch(BASE_URL + API_OPTION.getIVMrpOrgDropdown.url, assign(data, API_OPTION.getIVMrpOrgDropdown.option)));
623
+ return formatHTTP(fetch(BASE_URL + API_OPTION.getIVMrpOrgDropdown.url, API_OPTION.getIVMrpOrgDropdown.option));
627
624
 
628
625
  case 2:
629
626
  _yield$formatHTTP = _context.sent;
@@ -566,9 +566,6 @@ function tranListToTreeData(list) {
566
566
  return results;
567
567
  }
568
568
 
569
-
570
- var assign = Object.assign;
571
-
572
569
  var _hoisted_1 = /*#__PURE__*/createElementVNode("div", {
573
570
  "class": "text-[#0000006D] text-[14px]"
574
571
  }, "所属组织", -1
@@ -619,7 +616,7 @@ var script = /*#__PURE__*/defineComponent({
619
616
  switch (_context.prev = _context.next) {
620
617
  case 0:
621
618
  _context.next = 2;
622
- return formatHTTP(fetch(BASE_URL + API_OPTION.getIVMrpOrgDropdown.url, assign(data, API_OPTION.getIVMrpOrgDropdown.option)));
619
+ return formatHTTP(fetch(BASE_URL + API_OPTION.getIVMrpOrgDropdown.url, API_OPTION.getIVMrpOrgDropdown.option));
623
620
 
624
621
  case 2:
625
622
  _yield$formatHTTP = _context.sent;
@@ -570,9 +570,6 @@
570
570
  return results;
571
571
  }
572
572
 
573
-
574
- var assign = Object.assign;
575
-
576
573
  var _hoisted_1 = /*#__PURE__*/vue.createElementVNode("div", {
577
574
  "class": "text-[#0000006D] text-[14px]"
578
575
  }, "所属组织", -1
@@ -623,7 +620,7 @@
623
620
  switch (_context.prev = _context.next) {
624
621
  case 0:
625
622
  _context.next = 2;
626
- return formatHTTP(fetch(BASE_URL + API_OPTION.getIVMrpOrgDropdown.url, assign(data, API_OPTION.getIVMrpOrgDropdown.option)));
623
+ return formatHTTP(fetch(BASE_URL + API_OPTION.getIVMrpOrgDropdown.url, API_OPTION.getIVMrpOrgDropdown.option));
627
624
 
628
625
  case 2:
629
626
  _yield$formatHTTP = _context.sent;