Commit d14faa8c89137fba7e94e48cdb71e1258788d0be
1 parent
43f6037d
修复bug
Showing
1 changed file
with
2 additions
and
2 deletions
trash-ui/src/views/activiti/task/index.vue
| ... | ... | @@ -271,7 +271,7 @@ |
| 271 | 271 | |
| 272 | 272 | <!-- 平台违规信息 --> |
| 273 | 273 | <el-dialog :title="title" :visible.sync="violationCaseFile" width="850px" append-to-body :close-on-click-modal="false"> |
| 274 | - <violationCaseFileInfo :idInfo="businessKey" v-if="violationCaseFile"/> | |
| 274 | + <violationCaseFileInfo :idInfo="businessKey" v-if="violationCaseFile" :entryType="0"/> | |
| 275 | 275 | <el-form v-if="this.taskName != '车辆所属企业' && this.taskName != '渣土办科员' && violationCaseFile" :rules="rules" label-width="120px" > |
| 276 | 276 | <el-input v-model="form.reply" type="textarea" :rows="3" placeholder="回复意见"> |
| 277 | 277 | </el-input> |
| ... | ... | @@ -301,7 +301,7 @@ |
| 301 | 301 | |
| 302 | 302 | <!-- 违规预警信息 --> |
| 303 | 303 | <el-dialog :title="title" :visible.sync="violationCaseFile1" width="850px" append-to-body :close-on-click-modal="false"> |
| 304 | - <violationWarningInformationInfo :idInfo="businessKey" v-if="violationCaseFile1"/> | |
| 304 | + <violationWarningInformationInfo :idInfo="businessKey" v-if="violationCaseFile1" :entryType="0"/> | |
| 305 | 305 | <el-form v-if="this.taskName != '车辆所属企业' && this.taskName != '渣土办科员' && violationCaseFile1" :rules="rules" label-width="120px" > |
| 306 | 306 | <el-input v-model="form.reply" type="textarea" :rows="3" placeholder="回复意见"> |
| 307 | 307 | </el-input> | ... | ... |