| | |
| | | type="text" |
| | | icon="el-icon-edit" |
| | | @click="examineAndApprove (scope.row)" |
| | | v-hasPermi="['workflow:leave:edit']" |
| | | v-hasPermi="['wf:task:**']" |
| | | >审批 |
| | | </el-button> |
| | | </template> |
| | |
| | | console.log(row) |
| | | this.reset(); |
| | | this.definitionKey = row.definitionKey; |
| | | this.businessKey = row.businessKey; |
| | | this.id=row.id; |
| | | this.businessKey = row.businessKey; |
| | | this.id=row.id; |
| | | formDataShow(row.id).then(response => { |
| | | // FormProperty_3qipis2--__!!radio--__!!审批意见--__!!i--__!!同意--__--不同意 |
| | | // FormProperty_0lffpcm--__!!textarea--__!!批注--__!!f--__!!null |
| | |
| | | /** 提交按钮 */ |
| | | submitForm() { |
| | | formDataSave(this.id,this.form.formData).then(response => { |
| | | this.msgSuccess("审批成功"); |
| | | this.$modal.msgSuccess("审批成功"); |
| | | this.open = false; |
| | | this.getList(); |
| | | }); |