Commit d14faa8c89137fba7e94e48cdb71e1258788d0be

Authored by 273548560@qq.com
1 parent 43f6037d

修复bug

trash-ui/src/views/activiti/task/index.vue
@@ -271,7 +271,7 @@ @@ -271,7 +271,7 @@
271 271
272 <!-- 平台违规信息 --> 272 <!-- 平台违规信息 -->
273 <el-dialog :title="title" :visible.sync="violationCaseFile" width="850px" append-to-body :close-on-click-modal="false"> 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 <el-form v-if="this.taskName != '车辆所属企业' && this.taskName != '渣土办科员' && violationCaseFile" :rules="rules" label-width="120px" > 275 <el-form v-if="this.taskName != '车辆所属企业' && this.taskName != '渣土办科员' && violationCaseFile" :rules="rules" label-width="120px" >
276 <el-input v-model="form.reply" type="textarea" :rows="3" placeholder="回复意见"> 276 <el-input v-model="form.reply" type="textarea" :rows="3" placeholder="回复意见">
277 </el-input> 277 </el-input>
@@ -301,7 +301,7 @@ @@ -301,7 +301,7 @@
301 301
302 <!-- 违规预警信息 --> 302 <!-- 违规预警信息 -->
303 <el-dialog :title="title" :visible.sync="violationCaseFile1" width="850px" append-to-body :close-on-click-modal="false"> 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 <el-form v-if="this.taskName != '车辆所属企业' && this.taskName != '渣土办科员' && violationCaseFile1" :rules="rules" label-width="120px" > 305 <el-form v-if="this.taskName != '车辆所属企业' && this.taskName != '渣土办科员' && violationCaseFile1" :rules="rules" label-width="120px" >
306 <el-input v-model="form.reply" type="textarea" :rows="3" placeholder="回复意见"> 306 <el-input v-model="form.reply" type="textarea" :rows="3" placeholder="回复意见">
307 </el-input> 307 </el-input>