更新
This commit is contained in:
@@ -88,8 +88,6 @@
|
||||
import refineryInfoServe from '@/api/refineryInfo.js'
|
||||
import serve from '@/api/refineryAccount/rechargeManagement.js'
|
||||
|
||||
// import add from './components/add.vue'
|
||||
|
||||
import pagination from 'components/pagination/index.vue'
|
||||
import autocomplete from 'components/autocomplete/index.vue'
|
||||
import generalDetails from 'components/generalDetails/index.vue'
|
||||
@@ -100,7 +98,6 @@ import { refineryTypeEnum, refineryAccountTypeEnum } from 'utils/dataType.js'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
// add,
|
||||
pagination,
|
||||
autocomplete,
|
||||
generalDetails,
|
||||
@@ -196,19 +193,6 @@ export default {
|
||||
this.parameter.total = res.data.totalCount
|
||||
})
|
||||
},
|
||||
//新增
|
||||
// addition() {
|
||||
// this.controlWindows.addInfo.title = '账户新增'
|
||||
// this.controlWindows.add = true
|
||||
// },
|
||||
//修改
|
||||
// update(row) {
|
||||
// this.controlWindows.addInfo = {
|
||||
// title: '账户新增',
|
||||
// ...row
|
||||
// }
|
||||
// this.controlWindows.add = true
|
||||
// },
|
||||
// 充值圈回
|
||||
rechargeTurn() {
|
||||
this.controlWindows.rechargeTurn = true
|
||||
|
||||
Reference in New Issue
Block a user