Commit 9d17f290 by fengzhaoyu

1

parent dd635443
......@@ -227,6 +227,9 @@ create.Page({
this.store.data.recurrenceModel.forever = '1';
this.update()
}
console.log(1111111)
console.log(JSON.stringify(this.data.addUserList))
console.log(1111111)
let data = {
shcheduleType: 'common',
deleteUserList: this.data.deleteUserList,
......@@ -382,7 +385,7 @@ create.Page({
deleteModel: 'only'
}
dd.confirm({
title:'温馨提示',
title: '温馨提示',
content: '确认删除本次日程吗',
confirmButtonText: '确定',
cancelButtonText: '取消',
......@@ -417,8 +420,8 @@ create.Page({
},
// 数组取差值 原先的数组与现在的比较 增加与减少
arrayPoor(origin, now) {
console.log(origin)
console.log(now)
console.log(JSON.stringify(origin))
console.log(JSON.stringify(now))
let originMap = new Map()
let nowMap = new Map()
let add = []
......@@ -439,6 +442,8 @@ create.Page({
del.push(x)
}
}
console.log(1111)
console.log(JSON.stringify(add))
this.setData({
addUserList: add,
deleteUserList: del
......
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