Browse Source

审核无法保存修改的数据

dev
l-m-y 2 years ago
parent
commit
8b3fa528af
  1. 1
      src/views/activiti/form/ProcessMaterialsAllotForm.vue
  2. 2
      src/views/activiti/todoManage.vue

1
src/views/activiti/form/ProcessMaterialsAllotForm.vue

@ -683,6 +683,7 @@
},
/*通过审批*/
passTask() {
this.handleSubmit()
this.$emit('passTask')
},
/*驳回审批*/

2
src/views/activiti/todoManage.vue

@ -410,7 +410,7 @@ export default {
console.log("res>>>>>>>>>>>>>>>>>>",res)
if (res.success) {
if (res.result){
// this.lcModa.disabled = false;
this.lcModa.disabled = false;
}
}
});

Loading…
Cancel
Save