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
70658f95
Commit
70658f95
authored
May 15, 2020
by
fengzhaoyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改同一个会议室修改时间不保存问题
parent
a9f5e7ae
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
index.js
pages/index/index.js
+1
-1
meetingDetail.js
pages/meetingDetail/meetingDetail.js
+4
-0
meetingRoomList.js
pages/meetingRoomList/meetingRoomList.js
+4
-1
No files found.
pages/index/index.js
View file @
70658f95
...
@@ -892,7 +892,7 @@ create.Page({
...
@@ -892,7 +892,7 @@ create.Page({
maxClickCount
--
;
maxClickCount
--
;
if
(
maxClickCount
==
0
)
{
if
(
maxClickCount
==
0
)
{
dd
.
alert
({
dd
.
alert
({
content
:
"0.0.3
2
"
content
:
"0.0.3
4
"
});
});
maxClickCount
=
5
;
maxClickCount
=
5
;
}
}
...
...
pages/meetingDetail/meetingDetail.js
View file @
70658f95
...
@@ -1140,6 +1140,10 @@ create.Page({
...
@@ -1140,6 +1140,10 @@ create.Page({
locationName
:
this
.
$store
.
data
.
locationName
locationName
:
this
.
$store
.
data
.
locationName
}
}
this
.
$store
.
data
.
originalData
.
meetingRoomId
=
this
.
$store
.
data
.
roomId
?
-
1
:
this
.
$store
.
data
.
roomId
this
.
$store
.
data
.
originalData
.
meetingRoomId
=
this
.
$store
.
data
.
roomId
?
-
1
:
this
.
$store
.
data
.
roomId
this
.
$store
.
data
.
updateInfo
=
{
isUpate
:
false
,
updateType
:
''
}
this
.
update
()
this
.
update
()
if
(
this
.
$store
.
data
.
startTime
!=
this
.
$store
.
data
.
originalData
.
startTime
.
replace
(
/-/g
,
'/'
)
||
this
.
$store
.
data
.
endTime
!=
this
.
$store
.
data
.
originalData
.
endTime
.
replace
(
/-/g
,
'/'
))
{
if
(
this
.
$store
.
data
.
startTime
!=
this
.
$store
.
data
.
originalData
.
startTime
.
replace
(
/-/g
,
'/'
)
||
this
.
$store
.
data
.
endTime
!=
this
.
$store
.
data
.
originalData
.
endTime
.
replace
(
/-/g
,
'/'
))
{
let
dat2Time1
=
{
let
dat2Time1
=
{
...
...
pages/meetingRoomList/meetingRoomList.js
View file @
70658f95
...
@@ -1250,8 +1250,11 @@ create.Page({
...
@@ -1250,8 +1250,11 @@ create.Page({
if
(
if
(
this
.
$store
.
data
.
locationName
!=
this
.
$store
.
data
.
locationName
!=
this
.
$store
.
data
.
originalData
.
location
.
locationName
||
this
.
$store
.
data
.
originalData
.
location
.
locationName
||
this
.
$store
.
data
.
roomId
!=
this
.
$store
.
data
.
originalData
.
meetingRoomId
this
.
$store
.
data
.
roomId
!=
this
.
$store
.
data
.
originalData
.
meetingRoomId
||
this
.
$store
.
data
.
startTime
!=
this
.
$store
.
data
.
originalData
.
startTime
.
replace
(
/-/g
,
"/"
)
||
this
.
$store
.
data
.
endTime
!=
this
.
$store
.
data
.
originalData
.
endTime
.
replace
(
/-/g
,
"/"
)
)
{
)
{
this
.
$store
.
data
.
updateInfo
=
{
this
.
$store
.
data
.
updateInfo
=
{
updateType
:
"modify_location"
,
updateType
:
"modify_location"
,
isUpate
:
true
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