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
b63cba1a
Commit
b63cba1a
authored
Oct 29, 2020
by
xiexiaoqin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:更新改为通知
parent
8d0c4a0e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
createTask.js
pages/createTask/createTask.js
+2
-2
meetingDetail.js
pages/meetingDetail/meetingDetail.js
+4
-4
No files found.
pages/createTask/createTask.js
View file @
b63cba1a
...
@@ -121,8 +121,8 @@ create.Page({
...
@@ -121,8 +121,8 @@ create.Page({
dd
.
confirm
({
dd
.
confirm
({
title
:
'通知'
,
title
:
'通知'
,
content
:
'是否更新动态列表通知其他成员?'
,
content
:
'是否更新动态列表通知其他成员?'
,
confirmButtonText
:
'
更新
'
,
confirmButtonText
:
'
通知
'
,
cancelButtonText
:
'不
更新
'
,
cancelButtonText
:
'不
通知
'
,
success
:
(
ret
)
=>
{
success
:
(
ret
)
=>
{
if
(
ret
.
confirm
)
{
if
(
ret
.
confirm
)
{
if
(
res
.
data
.
data
)
{
if
(
res
.
data
.
data
)
{
...
...
pages/meetingDetail/meetingDetail.js
View file @
b63cba1a
...
@@ -1097,8 +1097,8 @@ create.Page({
...
@@ -1097,8 +1097,8 @@ create.Page({
dd
.
confirm
({
dd
.
confirm
({
title
:
'通知'
,
title
:
'通知'
,
content
:
'是否更新动态列表通知其他成员?'
,
content
:
'是否更新动态列表通知其他成员?'
,
confirmButtonText
:
'
更新
'
,
confirmButtonText
:
'
通知
'
,
cancelButtonText
:
'不
更新
'
,
cancelButtonText
:
'不
通知
'
,
success
:
(
res
)
=>
{
success
:
(
res
)
=>
{
if
(
res
.
confirm
)
{
if
(
res
.
confirm
)
{
this
.
updateNotes
(
notes
,
true
,
(
index
)
=>
{
this
.
updateNotes
(
notes
,
true
,
(
index
)
=>
{
...
@@ -1284,8 +1284,8 @@ create.Page({
...
@@ -1284,8 +1284,8 @@ create.Page({
dd
.
confirm
({
dd
.
confirm
({
title
:
'通知'
,
title
:
'通知'
,
content
:
'是否更新动态列表通知其他成员?'
,
content
:
'是否更新动态列表通知其他成员?'
,
confirmButtonText
:
'
更新
'
,
confirmButtonText
:
'
通知
'
,
cancelButtonText
:
'不
更新
'
,
cancelButtonText
:
'不
通知
'
,
success
:
(
res
)
=>
{
success
:
(
res
)
=>
{
if
(
res
.
confirm
)
{
if
(
res
.
confirm
)
{
this
.
updateRemark
(
remark
,
true
,
(
index
)
=>
{
this
.
updateRemark
(
remark
,
true
,
(
index
)
=>
{
...
...
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