src/views/activiti/task/index.vue
@@ -17,7 +17,7 @@ type="text" icon="el-icon-edit" @click="examineAndApprove (scope.row)" v-hasPermi="['workflow:leave:edit']" v-hasPermi="['wf:task:**']" >审批 </el-button> </template> @@ -178,7 +178,7 @@ /** 提交按钮 */ submitForm() { formDataSave(this.id,this.form.formData).then(response => { this.msgSuccess("审批成功"); this.$modal.msgSuccess("审批成功"); this.open = false; this.getList(); });