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/lib/eoss-mobile.common.js +9 -9
- package/lib/flow.js +8 -8
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Handle.vue +1 -1
- package/src/index.js +1 -1
package/package.json
CHANGED
|
@@ -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();
|