|
@@ -225,28 +225,6 @@ export default {
|
|
|
}).then(() => {
|
|
|
this.mixins_search();
|
|
|
});
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- // 充值
|
|
|
- // new Promise((resolve) => {
|
|
|
- // this.$store.dispatch('addPopup', {
|
|
|
- // url: '/vehicleInformation/setpPage/recharge.vue',
|
|
|
- // width: '511px',
|
|
|
- // height: '683px',
|
|
|
- // props: {
|
|
|
- // // id: row.id,
|
|
|
- // // callback: resolve
|
|
|
- // callback: resolve,
|
|
|
- // },
|
|
|
- // // showConfirmButton: true,
|
|
|
- // // showCancelButton: true,
|
|
|
- // hideStar: true,
|
|
|
- // title: '充值操作'
|
|
|
- // });
|
|
|
- // }).then(() => {
|
|
|
- // this.mixins_search();
|
|
|
- // });
|
|
|
},
|
|
|
// 充值
|
|
|
collections (row) {
|