Showing
1 changed file
with
2 additions
and
1 deletions
@@ -94,9 +94,10 @@ | @@ -94,9 +94,10 @@ | ||
94 | this.$router.push({name: 'prizeSent', query: {actId}}); | 94 | this.$router.push({name: 'prizeSent', query: {actId}}); |
95 | }, | 95 | }, |
96 | delete(id) { | 96 | delete(id) { |
97 | - this.$Modal.warning({ | 97 | + this.$Modal.confirm({ |
98 | title: '删除', | 98 | title: '删除', |
99 | content: '删除后不可恢复,确认删除?', | 99 | content: '删除后不可恢复,确认删除?', |
100 | + cancelText: '取消', | ||
100 | onOk: () => { | 101 | onOk: () => { |
101 | $.ajax({ | 102 | $.ajax({ |
102 | method: 'post', | 103 | method: 'post', |
-
Please register or login to post a comment