+
@@ -213,6 +213,13 @@ export default {
);
return;
}
+ this.lcModa.disabled = true
+ this.lcModa.title = '查看流程业务信息:' + r.processName
+ this.lcModa.formComponent = this.getFormComponent(r.routeName).component
+ this.lcModa.processData = r
+ this.lcModa.isNew = false
+ this.lcModa.isTask = true
+ this.lcModa.visible = true
},
history(r) {
if (!r.procInstId) {
@@ -221,15 +228,6 @@ export default {
}
this.procInstId = r.procInstId;
this.modalLsVisible = true;
-
- this.lcModa.disabled = true
- this.lcModa.title = '查看流程业务信息:' + r.processName
- this.lcModa.formComponent = this.getFormComponent(r.routeName).component
- this.lcModa.processData = r
- this.lcModa.isNew = false
- this.lcModa.isTask = true
- this.lcModa.visible = true
-
},
remove(v) {
this.postFormAction(this.url.deleteHistoricTask+v.id).then(res => {
diff --git a/src/views/activiti/form/ProcessMaterialBorrowingForm.vue b/src/views/activiti/form/ProcessMaterialBorrowingForm.vue
index a7f702f..6a66d61 100644
--- a/src/views/activiti/form/ProcessMaterialBorrowingForm.vue
+++ b/src/views/activiti/form/ProcessMaterialBorrowingForm.vue
@@ -73,8 +73,8 @@