@@ -141,9 +141,8 @@
// 提交处理
//type: SOLVE("SOLVE", "整改问题"),AUDIT_YES("AUDIT_YES", "审核通过"),AUDIT_NO("AUDIT_NO", "审核不通过"),COMMENTS("COMMENTS", "发表评论");
handleSubmit(type) {
- console.log(11111111111)
const params = {
- backlogId: this.backlogId,
+ id: this.backlogId,
handleDesc: this.comment,
handleType: type
}