修改抖音授权弹出框

backup_master_20231211
doublekou 1 year ago
parent 71a44ac13f
commit fd0ec216a6

@ -478,13 +478,15 @@ 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 // this.rowObj = row
if (row) { if (row) {
this.companyId = row.companyId this.companyId = row.companyId
} }

Loading…
Cancel
Save