resolver-egretimp-plus 0.1.98 → 0.1.99
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/dist/h5/index.js +1 -1
- package/dist/web/index.js +1 -1
- package/package.json +1 -1
- package/src/bpm/bpmInstance.js +1 -1
package/package.json
CHANGED
package/src/bpm/bpmInstance.js
CHANGED
|
@@ -134,7 +134,7 @@ export class Bpm {
|
|
|
134
134
|
} else {
|
|
135
135
|
// messageInstance?.warning?.('no set bpmSubmitBtn, or bpmSubmitBtn is invalid.')
|
|
136
136
|
console.log('no set bpmSubmitBtn, or bpmSubmitBtn is invalid.')
|
|
137
|
-
afterRequestService({})
|
|
137
|
+
afterRequestService({data: {success: true}})
|
|
138
138
|
}
|
|
139
139
|
})
|
|
140
140
|
}
|