增加意见填写框 去掉判断审批条件

This commit is contained in:
宋伟佳
2021-08-05 15:16:21 +08:00
parent 4a3c59cee8
commit ef67138e57
13 changed files with 146 additions and 109 deletions
@@ -106,6 +106,21 @@
</el-table-column>
</el-table>
</div>
<div>
<el-collapse accordion>
<el-collapse-item title="意见填写">
<div style="margin: 10px 0;">
<el-input
type="textarea"
:rows="3"
resize="none"
placeholder="请输入意见"
v-model="commentText">
</el-input>
</div>
</el-collapse-item>
</el-collapse>
</div>
</div>
<div class="content" v-show="active === '3'">
<div class="flow-list" style="height: 100%">
@@ -333,9 +348,6 @@ export default {
},
//提交事件
handleSubmit() {
if (this.listForm.jgUser == null || this.listForm.jgUser == undefined ) {
this.$message.warning("请选择架构经理");
} else {
this.isSubmit = true
this.listForm.commentText = this.commentText;
const json = JSON.stringify(this.listForm);
@@ -353,7 +365,6 @@ export default {
this.isSubmit = false
}, e => {
});
}
},
choiceZRR(scope, type, title, id) {
if (scope != null) {