mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-03 04:18:21 +08:00
修复创建分发项目和编辑分发项目时,对话框标题始终为创建分发项目的bug
This commit is contained in:
parent
09c67bc60f
commit
4f40f8334d
@ -111,7 +111,7 @@
|
||||
</a-form-model-item>
|
||||
</a-form-model>
|
||||
</a-modal>
|
||||
<!-- 创建分发项目 -->
|
||||
<!-- 创建/编辑分发项目 -->
|
||||
<a-modal v-model="editDispatchVisible" width="600px" :title="editDispatchDialogTitle" @ok="handleEditDispatchOk" :maskClosable="false">
|
||||
<a-form-model ref="editDispatchForm" :rules="rules" :model="temp" :label-col="{ span: 6 }" :wrapper-col="{ span: 18 }">
|
||||
<a-form-model-item label="项目 ID" prop="id">
|
||||
|
Loading…
Reference in New Issue
Block a user