|
@@ -49,7 +49,6 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import { mapState } from 'vuex';
|
|
|
import { config } from '@/common/config.js';
|
|
|
export default {
|
|
|
data() {
|
|
@@ -68,16 +67,12 @@ export default {
|
|
|
loading: false
|
|
|
};
|
|
|
},
|
|
|
- // computed: {
|
|
|
- // ...mapState(['vuex_token'])
|
|
|
- // },
|
|
|
onLoad(options) {
|
|
|
const { orderId, payAmount, tabCur } = options;
|
|
|
this.refundForm.orderId = orderId;
|
|
|
this.refundForm.refundAmount = Number(payAmount);
|
|
|
this.orderType = tabCur;
|
|
|
this.getSystems(4);
|
|
|
- console.log(this.vuex_token);
|
|
|
},
|
|
|
methods: {
|
|
|
/**
|