Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
schedule
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fengzhaoyu
schedule
Commits
8c7e7e9b
Commit
8c7e7e9b
authored
May 20, 2020
by
fengzhaoyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:"连续修改人,报错问题"
parent
8d379565
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
meetingDetail.js
pages/meetingDetail/meetingDetail.js
+8
-6
outLookContact.js
pages/outLookContact/outLookContact.js
+1
-1
No files found.
pages/meetingDetail/meetingDetail.js
View file @
8c7e7e9b
...
@@ -115,6 +115,8 @@ create.Page({
...
@@ -115,6 +115,8 @@ create.Page({
mrReserveStatus
:
''
,
mrReserveStatus
:
''
,
},
},
onShow
()
{
onShow
()
{
console
.
log
(
this
.
$store
.
data
.
originUsers
)
console
.
log
(
this
.
$store
.
data
.
participatorList
)
// this.conflictPeople()
// this.conflictPeople()
// this.store.data.fileInfos = []
// this.store.data.fileInfos = []
// this.store.data.description = ''
// this.store.data.description = ''
...
@@ -947,8 +949,8 @@ create.Page({
...
@@ -947,8 +949,8 @@ create.Page({
},
},
// 重置人物
// 重置人物
reSetUsers
()
{
reSetUsers
()
{
this
.
$store
.
data
.
participatorList
=
this
.
$store
.
data
.
originUsers
this
.
$store
.
data
.
participatorList
=
[...
this
.
$store
.
data
.
originUsers
]
this
.
$store
.
data
.
participatorUserId
=
this
.
$store
.
data
.
originUsersId
this
.
$store
.
data
.
participatorUserId
=
[...
this
.
$store
.
data
.
originUsersId
]
this
.
update
()
this
.
update
()
},
},
// 重置循环
// 重置循环
...
@@ -1054,16 +1056,16 @@ create.Page({
...
@@ -1054,16 +1056,16 @@ create.Page({
modifyContent
:
'operate_user'
modifyContent
:
'operate_user'
}
}
this
.
modifySchedule
(
dataUser
,
needNotice
).
then
(
res
=>
{
this
.
modifySchedule
(
dataUser
,
needNotice
).
then
(
res
=>
{
this
.
$store
.
data
.
originUsers
=
this
.
$store
.
data
.
participatorList
this
.
$store
.
data
.
originUsers
=
[...
this
.
$store
.
data
.
participatorList
]
this
.
$store
.
data
.
originUsersId
=
this
.
$store
.
data
.
participatorUserId
this
.
$store
.
data
.
originUsersId
=
[...
this
.
$store
.
data
.
participatorUserId
]
this
.
$store
.
data
.
updateInfo
=
{
this
.
$store
.
data
.
updateInfo
=
{
updateType
:
''
,
updateType
:
''
,
isUpate
:
false
isUpate
:
false
}
}
this
.
update
()
this
.
update
()
}).
catch
(
err
=>
{
}).
catch
(
err
=>
{
this
.
$store
.
data
.
participatorList
=
this
.
$store
.
data
.
originUsers
this
.
$store
.
data
.
participatorList
=
[...
this
.
$store
.
data
.
originUsers
]
this
.
$store
.
data
.
participatorUserId
=
this
.
$store
.
data
.
originUsersId
this
.
$store
.
data
.
participatorUserId
=
[...
this
.
$store
.
data
.
originUsersId
]
this
.
$store
.
data
.
updateInfo
=
{
this
.
$store
.
data
.
updateInfo
=
{
updateType
:
''
,
updateType
:
''
,
isUpate
:
false
isUpate
:
false
...
...
pages/outLookContact/outLookContact.js
View file @
8c7e7e9b
...
@@ -129,7 +129,7 @@ create.Page({
...
@@ -129,7 +129,7 @@ create.Page({
if
(
!
this
.
data
.
scheduleItem
||
!
this
.
data
.
toPage
)
{
if
(
!
this
.
data
.
scheduleItem
||
!
this
.
data
.
toPage
)
{
this
.
$store
.
data
.
participatorList
.
push
(...
userList
)
this
.
$store
.
data
.
participatorList
.
push
(...
userList
)
this
.
$store
.
data
.
participatorUserId
.
push
(...
userId
)
this
.
$store
.
data
.
participatorUserId
.
push
(...
userId
)
this
.
$store
.
data
.
participatorList
=
this
.
setArrary
(
this
.
$store
.
data
.
participatorList
)
this
.
$store
.
data
.
participatorList
=
this
.
setArrary
(
[...
this
.
$store
.
data
.
participatorList
]
)
this
.
$store
.
data
.
participatorUserId
=
[...
new
Set
(
this
.
$store
.
data
.
participatorUserId
)]
this
.
$store
.
data
.
participatorUserId
=
[...
new
Set
(
this
.
$store
.
data
.
participatorUserId
)]
if
(
!
this
.
data
.
toPage
)
{
if
(
!
this
.
data
.
toPage
)
{
this
.
$store
.
data
.
updateInfo
.
isUpate
=
true
this
.
$store
.
data
.
updateInfo
.
isUpate
=
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment