Commit a6db5015 authored by zhengke's avatar zhengke

修改

parent 12992aec
...@@ -247,7 +247,7 @@ ...@@ -247,7 +247,7 @@
CommentGrade: 1, CommentGrade: 1,
}, },
hfMsg: { hfMsg: {
CommentIds: '', OrderDetailIds: '',
Type: 1, Type: 1,
Content: '', Content: '',
}, },
...@@ -289,7 +289,7 @@ ...@@ -289,7 +289,7 @@
}, },
EditTemplate(row) { EditTemplate(row) {
this.hfMsg = { this.hfMsg = {
CommentIds: row.Id, OrderDetailIds: row.OrderDetailId,
Type: 1, Type: 1,
Content: '', Content: '',
} }
...@@ -355,7 +355,7 @@ ...@@ -355,7 +355,7 @@
index = 5; index = 5;
} }
let msg = { let msg = {
CommentIds: item.Id, OrderDetailIds: item.OrderDetailId,
Type: index, Type: index,
} }
this.commonSet(msg); this.commonSet(msg);
...@@ -364,7 +364,7 @@ ...@@ -364,7 +364,7 @@
// 显示隐藏 // 显示隐藏
setBatch(item, index) { setBatch(item, index) {
let msg = { let msg = {
CommentIds: item.Id, OrderDetailIds: item.OrderDetailId,
Type: index, Type: index,
} }
this.commonSet(msg); 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