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

11

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