Commit 2e738180 authored by 黄奎's avatar 黄奎

11

parent fe329500
...@@ -214,7 +214,6 @@ ...@@ -214,7 +214,6 @@
saveGuestSurvey() { saveGuestSurvey() {
this.saveLoading = true; this.saveLoading = true;
var postMsg = []; var postMsg = [];
console.log("this.dataList2", JSON.parse(JSON.stringify(this.dataList)))
if (this.dataList && this.dataList.length > 0) { if (this.dataList && this.dataList.length > 0) {
this.dataList.forEach(item => { this.dataList.forEach(item => {
item.GuestId = this.qMsg.GuestId; item.GuestId = this.qMsg.GuestId;
......
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