禅道bug

This commit is contained in:
宋伟佳
2022-04-06 15:06:08 +08:00
parent 9252606fff
commit fe365bf5c7
2 changed files with 2 additions and 16 deletions
@@ -408,6 +408,7 @@ export default {
}
this.qbfsForm = item.qbfsForm || item;
this.formLoading = false;
this.commentText = item.qbfsForm ? item.qbfsForm.commentText : ''
this.roleForm.dockUser = item.dockUser || item.roleForm.dockUser;
this.roleForm.dockUserName = item.dockUserName || item.roleForm.dockUserName;
this.roleForm.countersigner = item.countersigner || item.roleForm.countersigner;
@@ -465,6 +466,7 @@ export default {
this.saveLoading = true;
let qbzxdFrom = this.$refs["childForm"].qbfsForm;
qbzxdFrom.type = this.toggleType
qbzxdFrom.commentText = this.commentText
this.saveLoading = true
let _formData = new FormData()
_formData.append("id", this.bpnId || "");
@@ -174,22 +174,6 @@
>
</el-pagination>
</div>
<div>
<el-collapse accordion>
<el-collapse-item title="审批意见">
<div style="margin: 10px 0;">
<el-input
type="textarea"
:rows="3"
disabled
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%">