修改抖音授权弹出框

backup_master_20231211
doublekou 1 year ago
parent 71a44ac13f
commit fd0ec216a6

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

Loading…
Cancel
Save