审批意见赋值

This commit is contained in:
宋伟佳
2022-02-23 11:06:13 +08:00
parent c2b967b492
commit be7ac11c59
@@ -459,6 +459,7 @@ export default {
this.$refs["roleForm"].validate((valid) => {
if (valid) {
this.isSubmit = true;
this.listForm.commentText = this.commentText;
let json = Object.assign(qbzxdFrom, this.roleForm);
this.$http.post("lawss/activiti/startProcessRollBack", {
createUser: this.$store.getters.userInfo.userId,