Commit a6db5015 authored by zhengke's avatar zhengke

修改

parent 12992aec
......@@ -247,7 +247,7 @@
CommentGrade: 1,
},
hfMsg: {
CommentIds: '',
OrderDetailIds: '',
Type: 1,
Content: '',
},
......@@ -289,7 +289,7 @@
},
EditTemplate(row) {
this.hfMsg = {
CommentIds: row.Id,
OrderDetailIds: row.OrderDetailId,
Type: 1,
Content: '',
}
......@@ -355,7 +355,7 @@
index = 5;
}
let msg = {
CommentIds: item.Id,
OrderDetailIds: item.OrderDetailId,
Type: index,
}
this.commonSet(msg);
......@@ -364,7 +364,7 @@
// 显示隐藏
setBatch(item, index) {
let msg = {
CommentIds: item.Id,
OrderDetailIds: item.OrderDetailId,
Type: index,
}
this.commonSet(msg);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment