eoss-mobiles 0.3.9 → 0.3.10

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": "eoss-mobiles",
3
- "version": "0.3.9",
3
+ "version": "0.3.10",
4
4
  "description": "eoss内部移动端业务组件",
5
5
  "main": "lib/eoss-mobile.common.js",
6
6
  "files": [
@@ -923,7 +923,7 @@ export default {
923
923
  if (this.isMainSubProcess && typeof this.form.mainSubId == 'object') {
924
924
  this.form.mainSubId = this.form.mainSubId.value;
925
925
  }
926
- if (this.isCustomPreset && this.isPreset) {
926
+ if (this.isCustomPreset && this.isPreset && this.isSpecial) {
927
927
  if (this.$refs.processSetting.active.length != 0) {
928
928
  if(!this.$refs.processSetting.getValue())return
929
929
  this.form.customPresetUserJson = this.$refs.processSetting.getValue();
package/src/index.js CHANGED
@@ -105,7 +105,7 @@ if (typeof window !== 'undefined' && window.Vue) {
105
105
  }
106
106
 
107
107
  export default {
108
- version: '0.3.9',
108
+ version: '0.3.10',
109
109
  install,
110
110
  Button,
111
111
  ButtonGroup,