|
@@ -46,7 +46,7 @@
|
|
|
</el-card>
|
|
</el-card>
|
|
|
|
|
|
|
|
<!-- 对话框(添加 / 修改) -->
|
|
<!-- 对话框(添加 / 修改) -->
|
|
|
- <el-dialog :title="title" :visible.sync="open" width="500px" append-to-body>
|
|
|
|
|
|
|
+ <el-dialog :title="title" :visible.sync="open" width="500px" append-to-body :close-on-click-modal="false">
|
|
|
<el-form ref="form" :model="form" :rules="rules" label-width="110px">
|
|
<el-form ref="form" :model="form" :rules="rules" label-width="110px">
|
|
|
<el-form-item label="流程分类" prop="processTypeId">
|
|
<el-form-item label="流程分类" prop="processTypeId">
|
|
|
<!-- <el-select v-model="form.processTypeId" clearable style="width: 100%" @change="handleProcessType">-->
|
|
<!-- <el-select v-model="form.processTypeId" clearable style="width: 100%" @change="handleProcessType">-->
|