1
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-08-27 13:11:27 +08:00
parent 8517d37584
commit c73280006f
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ export default {
try {
let message = this.$t('trials:staff:comfirm:changeRoleStatus').replace(
'xxx',
this.$fd('IsEnable', status)
this.$fd('IsEnable', !status)
)
let comfirm = await this.$confirm(message)
if (!comfirm) return false