流程管理问题修改

dev-scheduling
zhangdi 6 days ago
parent 80695943b0
commit a88d4cc6e7
  1. 6
      src/views/flowManagement/milestoneDialog.vue

@ -153,6 +153,7 @@
value-key="id"
search-key="id"
:debounce-time="500"
@change="handleUserChange"
/>
</el-form-item>
</el-col>
@ -284,9 +285,8 @@ export default {
executeTypeChange() {
this.detailForm.delayTime = '';
},
handleUserChange() {
this.detailForm.checkMan =
this.memberList.find(item => item.id === this.detailForm.userId)?.realName || '';
handleUserChange(value,item) {
this.detailForm.checkMan =item.realName
},
getExecuteResult() {
getDictionary({ code: 'flow_project_executeResult' }).then(res => {

Loading…
Cancel
Save