Commit 15a1649b by liang ce
parents aaedc8c4 dd635443
...@@ -163,7 +163,6 @@ create.Page({ ...@@ -163,7 +163,6 @@ create.Page({
requiredUsers: _that.store.data.requireUserList, //必选用户(不可取消选中状态) requiredUsers: _that.store.data.requireUserList, //必选用户(不可取消选中状态)
responseUserOnly: true, //返回人,或者返回人和部门 responseUserOnly: true, //返回人,或者返回人和部门
success: function (res) { success: function (res) {
_that.store.data.participatorList = []
res.users.forEach((item, index) => { res.users.forEach((item, index) => {
_that.store.data.participatorList.push({ userId: item.userId, username: item.name, headUrl: item.headUrl }) _that.store.data.participatorList.push({ userId: item.userId, username: item.name, headUrl: item.headUrl })
_that.store.data.participatorUserId.push(item.userId) _that.store.data.participatorUserId.push(item.userId)
...@@ -382,6 +381,7 @@ create.Page({ ...@@ -382,6 +381,7 @@ create.Page({
deleteModel: 'only' deleteModel: 'only'
} }
dd.confirm({ dd.confirm({
title:'温馨提示',
content: '确认删除本次日程吗', content: '确认删除本次日程吗',
confirmButtonText: '确定', confirmButtonText: '确定',
cancelButtonText: '取消', cancelButtonText: '取消',
......
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