mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-06 09:26:44 +08:00
fix:编辑页字段展示逻辑调整
This commit is contained in:
@@ -251,7 +251,10 @@
|
||||
</a-radio-group>
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="isNewEmployee" class="name">
|
||||
<div
|
||||
v-if="isNewEmployee && projectInfo.allowSelfRegistration == 1"
|
||||
class="name"
|
||||
>
|
||||
<div class="namebox" style="width: 157px; margin-left: -38px">
|
||||
<img
|
||||
class="nameimg"
|
||||
@@ -886,6 +889,10 @@ export default {
|
||||
state.projectInfo.type = 3;
|
||||
state.projectInfo.courseSyncFlag = state.courseSyncFlag ? 1 : 0;
|
||||
state.projectInfo.rankFlag = state.rankFlag ? 1 : 0;
|
||||
state.projectInfo.bpmApprovalRequired = state.projectInfo
|
||||
.allowSelfRegistration
|
||||
? state.projectInfo.bpmApprovalRequired
|
||||
: undefined;
|
||||
api
|
||||
.createProject(state.projectInfo)
|
||||
.then((res) => {
|
||||
|
||||
Reference in New Issue
Block a user