Commit f7e3f752 authored by yangyq's avatar yangyq
Browse files

build js

Showing with 4 additions and 4 deletions
+4 -4
......@@ -275,7 +275,7 @@ export default {
payload,
callback
}, {call, put}) {
const response = yield call(delRestore, payload);
const response = yield call(delBackup, payload);
if (response) {
callback && callback(response);
}
......
......@@ -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>
:''
}
......
......@@ -268,5 +268,5 @@
s.parentNode.insertBefore(hm, s);
})();
</script>
<script type="text/javascript" src="/static/dists/index.f07e805c.js"></script></body>
<script type="text/javascript" src="/static/dists/index.c3ae971c.js"></script></body>
</html>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment