jrs-react 1.2.50 → 1.2.51

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/Readme.txt CHANGED
@@ -1,6 +1,7 @@
1
1
  deploy to npm
2
- 1)npm login
3
- 2)npm build
2
+ 1)npm build
3
+ 2)npm login
4
+ 3)去npm網站產生token, 把token貼在.npmrc檔案-->//registry.npmjs.org/:_authToken=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
4
5
  3)npm publish
5
6
 
6
7
 
package/build/index.es.js CHANGED
@@ -3797,7 +3797,6 @@ class JRSubmit extends React__default.Component {
3797
3797
  paramsSerializer,
3798
3798
  ...params
3799
3799
  }) {
3800
- po('params', params);
3801
3800
  const _extraValue = extraValue?.bind?.(this)() ?? extraValue;
3802
3801
  // let payload=typeof value === 'function'
3803
3802
  // ?value.bind(this)({
package/build/index.js CHANGED
@@ -3824,7 +3824,6 @@ class JRSubmit extends React__default["default"].Component {
3824
3824
  paramsSerializer,
3825
3825
  ...params
3826
3826
  }) {
3827
- po('params', params);
3828
3827
  const _extraValue = extraValue?.bind?.(this)() ?? extraValue;
3829
3828
  // let payload=typeof value === 'function'
3830
3829
  // ?value.bind(this)({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jrs-react",
3
- "version": "1.2.50",
3
+ "version": "1.2.51",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "module": "build/index.es.js",
@@ -159,7 +159,6 @@ export default class JRSubmit extends React.Component {
159
159
  getAxiosParams({url,method,value,extraValue,sendValue,transformValue,paramsSerializer
160
160
  ,...params
161
161
  }){
162
- po('params',params)
163
162
  const _extraValue=extraValue?.bind?.(this)() ?? extraValue
164
163
  // let payload=typeof value === 'function'
165
164
  // ?value.bind(this)({