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

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

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

Loading…
Cancel
Save