backup_master_20231211
飘泊客 1 year ago
parent fd0ec216a6
commit 478749bc6b

@ -2,8 +2,8 @@
* @Description: 消息管理
* @Autor: 飘泊客
* @Date: 2022-01-13 15:43:13
* @LastEditors: 飘泊客
* @LastEditTime: 2023-04-24 17:14:18
* @LastEditors: error: error: git config user.name & please set dead value or install git && error: git config user.email & please set dead value or install git & please set dead value or install git
* @LastEditTime: 2023-07-27 14:11:47
-->
<template>
<div class="app-container">
@ -312,7 +312,7 @@ export default {
components: { rrOperation, pagination, DateRangePicker, BarChart },
cruds() {
return CRUD({
title: '公司列表',
title: '充值记录',
url: 'api-management/api/company/companyList',
crudMethod: {}
})

@ -478,16 +478,14 @@ export default {
},
//
openDyDialog(data) {
this.rowObj = data
this.companyId = data.id
this.dyDialog = true
this.getOceanEnginePage()
},
dohankClick(params) {
console.log(params, 'params')
const { type, row, action } = params
// this.rowObj = row
if (row) {
this.rowObj = row
this.companyId = row.companyId
}
switch (type) {
@ -538,6 +536,7 @@ export default {
this.grantTitle = '抖音授权'
this.dyNickName = ''
this.grantProp = true
this.getOceanEnginePage()
})
}).catch(() => {})
},

Loading…
Cancel
Save