Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Rainbond Console
Commits
f7e3f752
Commit
f7e3f752
authored
7 years ago
by
yangyq
Browse files
Options
Download
Email Patches
Plain Diff
build js
parent
b2171d71
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
www/static/ant-pro/ant-design-pro-template/src/models/groupControl.js
+1
-1
...nt-pro/ant-design-pro-template/src/models/groupControl.js
www/static/ant-pro/ant-design-pro-template/src/routes/Group/Backup.js
+1
-1
...nt-pro/ant-design-pro-template/src/routes/Group/Backup.js
www/static/dists/index.c3ae971c.js
+1
-1
www/static/dists/index.c3ae971c.js
www/templates/index.html
+1
-1
www/templates/index.html
with
4 additions
and
4 deletions
+4
-4
www/static/ant-pro/ant-design-pro-template/src/models/groupControl.js
+
1
-
1
View file @
f7e3f752
...
...
@@ -275,7 +275,7 @@ export default {
payload
,
callback
},
{
call
,
put
})
{
const
response
=
yield
call
(
del
Restore
,
payload
);
const
response
=
yield
call
(
del
Backup
,
payload
);
if
(
response
)
{
callback
&&
callback
(
response
);
}
...
...
This diff is collapsed.
Click to expand it.
www/static/ant-pro/ant-design-pro-template/src/routes/Group/Backup.js
+
1
-
1
View file @
f7e3f752
...
...
@@ -383,7 +383,7 @@ export default class AppList extends PureComponent {
{
(
data
.
status
==
'
failed
'
)?
<
Fragment
>
<
a
href
=
"
javascript:;
"
onClick
=
{
this
.
handleDel
.
bind
(
this
,
data
)}
>
删除
<
/a
>
<
a
href
=
"
javascript:;
"
onClick
=
{
this
.
handleDel
.
bind
(
this
,
data
)}
>
删除
<
/a
>
<
/Fragment
>
:
''
}
...
...
This diff is collapsed.
Click to expand it.
www/static/dists/index.
f07e805
c.js
→
www/static/dists/index.
c3ae971
c.js
+
1
-
1
View file @
f7e3f752
This diff is collapsed.
Click to expand it.
www/templates/index.html
+
1
-
1
View file @
f7e3f752
...
...
@@ -268,5 +268,5 @@
s
.
parentNode
.
insertBefore
(
hm
,
s
);
})();
</script>
<script
type=
"text/javascript"
src=
"/static/dists/index.
f07e805
c.js"
></script></body>
<script
type=
"text/javascript"
src=
"/static/dists/index.
c3ae971
c.js"
></script></body>
</html>
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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