This commit is contained in:
zhutianqi
2021-06-18 14:45:43 +08:00
parent 516bec997c
commit 41ef8fddfc
3 changed files with 88 additions and 51 deletions
@@ -740,6 +740,9 @@
handleSave() {},
handleSubmit() {
var json = this.form
json.zrUserId = this.$store.getters.userInfo.userId
json.jlUserId = this.$store.getters.userInfo.userId
json.applyUpdUserId = this.$store.getters.userInfo.userId
this.$http.get('lawss/activiti/startProcess', {type: '1'}, {
_this: this
}, res => {