禅道bug

This commit is contained in:
宋伟佳
2022-03-22 17:36:47 +08:00
parent 32e77d8282
commit 93373bb143
2 changed files with 29 additions and 23 deletions
@@ -104,6 +104,7 @@
<el-timeline>
<el-form
ref="roleForm"
:rules="roleFormRules"
:model="roleForm"
class="label-input-form">
<el-timeline-item timestamp="起草" placement="top" :color="roleForm.startUser ? '#66b1ff' : ''">
@@ -419,6 +420,11 @@ export default {
dockUser: '',
dockUserName: '',
},
roleFormRules:{
dockUserName: [
{required: true, message: '请选择责任工程师', trigger: 'change'},
],
},
// 上传路径
uploadPath: 'api/att/attFile/upload',
acceptShow: false,
@@ -977,7 +983,7 @@ export default {
}
if (finishCount === jsonData.length) {
this.isSubmit = false
this.$router.push("/processCenter");
this.$router.push('/processCenter')
}
this.isSubmit = false
} else {