业务流程添加重新发起&取消

This commit is contained in:
zhujiyan
2024-06-04 16:54:33 +08:00
parent ed9bce09b3
commit a0c64a4232
19 changed files with 532 additions and 226 deletions

View File

@@ -45,7 +45,7 @@
/>
</el-form-item>
<el-form-item for="-" label="用户性质:" prop="userType">
<el-select v-model="form.userType" placeholder="请选择用户性质" @change="changeUserType()">
<el-select :disabled="resendId!=''" v-model="form.userType" placeholder="请选择用户性质" @change="changeUserType()">
<el-option
v-for="(item, index) in userTypeList"
:label="item.label"
@@ -927,6 +927,8 @@ const open = async (row: any) => {
}
form.value.orgId = adminInfo.$state.deptName
})
}else{
resendId.value=''
}
}
// 处理上传文件回显