|
|
@ -750,7 +750,7 @@ const confirmResetPassword = async function () { |
|
|
|
} |
|
|
|
|
|
|
|
console.log('重置密码markets2', adminData.value.markets) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 权限检查 |
|
|
|
if (adminData.value.markets.includes(currentRow.value.market) || adminData.value.markets[0] === '总部') { |
|
|
@ -1229,7 +1229,7 @@ onMounted(async function () { |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<template #footer> |
|
|
|
<div style="align-content: center ; gap: 30px"> |
|
|
|
<div style="display: flex; justify-content: center; gap: 30px"> |
|
|
|
<el-button @click="cancelResetPassword">取消</el-button> |
|
|
|
<el-button type="primary" @click="confirmResetPassword">确定</el-button> |
|
|
|
</div> |
|
|
|