admin/src/components/base/BaseOpera.vue
@@ -1,6 +1,5 @@ <script> export default { name: 'BaseOpera', data () { return { title: '', @@ -92,7 +91,7 @@ this.$emit('success') }) .catch(e => { this.$tip.apiFailed(e) // this.$tip.apiFailed(e) }) .finally(() => { this.isWorking = false @@ -114,7 +113,7 @@ this.$emit('success') }) .catch(e => { this.$tip.apiFailed(e) // this.$tip.apiFailed(e) }) .finally(() => { this.isWorking = false