Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
contractmanage
Project
Project
Details
Activity
Releases
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
张伯涛
contractmanage
Commits
3acaaa58
Commit
3acaaa58
authored
Mar 30, 2022
by
Asjoker
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev3.0' into dev3.0
parents
50454c8c
546531e4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
index.vue
src/views/projectInfo/index.vue
+7
-4
No files found.
src/views/projectInfo/index.vue
View file @
3acaaa58
...
@@ -249,14 +249,17 @@ export default {
...
@@ -249,14 +249,17 @@ export default {
cancelButtonText
:
'取消'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
type
:
'warning'
}).
then
(()
=>
{
}).
then
(()
=>
{
this
.
Loading
=
true
getPush
(
formJson
).
then
(
res
=>
{
getPush
(
formJson
).
then
(
res
=>
{
if
(
res
.
data
.
code
===
'200'
)
{
if
(
res
.
code
===
'200'
)
{
this
.
$message
.
success
(
'推送成功'
)
this
.
$message
.
success
(
'推送成功'
)
this
.
getProjectData
()
}
else
{
}
else
{
this
.
$message
.
warning
(
'推送失败'
)
this
.
$message
({
}
type
:
'warning'
,
message
:
res
.
data
})
this
.
getProjectData
()
this
.
getProjectData
()
}
}).
catch
(
e
=>
{
}).
catch
(
e
=>
{
})
})
})
})
...
...
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