eoss-mobiles 0.2.83 → 0.2.84

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.
@@ -9914,7 +9914,7 @@ var table_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
9914
9914
  if (where) {
9915
9915
  reqData = util.extend({}, reqData, where);
9916
9916
  }
9917
- util.ajax({
9917
+ utils_http({
9918
9918
  url: this.url,
9919
9919
  method: this.method,
9920
9920
  format: this.format,
@@ -9961,7 +9961,7 @@ var table_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
9961
9961
  getTheads: function getTheads() {
9962
9962
  var _this8 = this;
9963
9963
 
9964
- util.ajax({
9964
+ utils_http({
9965
9965
  url: this.thead,
9966
9966
  method: this.method,
9967
9967
  format: this.format,
@@ -24249,7 +24249,7 @@ if (typeof window !== 'undefined' && window.Vue) {
24249
24249
  }
24250
24250
 
24251
24251
  /* harmony default export */ var src = __webpack_exports__["default"] = ({
24252
- version: '0.2.83',
24252
+ version: '0.2.84',
24253
24253
  install: install,
24254
24254
  Button: packages_button,
24255
24255
  ButtonGroup: button_group,