@zscreate/form-component 1.1.154 → 1.1.155

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.
@@ -67038,9 +67038,7 @@ module.exports = function (text, test, separator) {
67038
67038
  console.log("Vue", (vue__WEBPACK_IMPORTED_MODULE_0___default()));
67039
67039
 
67040
67040
  //post
67041
- function postAction(url, parameter, config = {
67042
- notSpin: true
67043
- }) {
67041
+ function postAction(url, parameter, config = {}) {
67044
67042
  return vue__WEBPACK_IMPORTED_MODULE_0___default().prototype._http({
67045
67043
  url: url,
67046
67044
  method: 'post',
@@ -67050,9 +67048,7 @@ function postAction(url, parameter, config = {
67050
67048
  }
67051
67049
 
67052
67050
  //post method= {post | put}
67053
- function httpAction(url, parameter, method, config = {
67054
- notSpin: true
67055
- }) {
67051
+ function httpAction(url, parameter, method, config = {}) {
67056
67052
  return Vue.prototype._http({
67057
67053
  url: url,
67058
67054
  method: method,
@@ -67072,9 +67068,7 @@ function putAction(url, parameter) {
67072
67068
  }
67073
67069
 
67074
67070
  //get
67075
- function getAction(url, parameter, config = {
67076
- notSpin: true
67077
- }) {
67071
+ function getAction(url, parameter, config = {}) {
67078
67072
  return vue__WEBPACK_IMPORTED_MODULE_0___default().prototype._http({
67079
67073
  url: url,
67080
67074
  method: 'get',
@@ -119614,7 +119608,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__7203__;
119614
119608
  /***/ (function(module) {
119615
119609
 
119616
119610
  "use strict";
119617
- module.exports = {"i8":"1.1.154"};
119611
+ module.exports = {"i8":"1.1.155"};
119618
119612
 
119619
119613
  /***/ })
119620
119614
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/form-component",
3
- "version": "1.1.154",
3
+ "version": "1.1.155",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "main": "dist/form-component.umd.js",