1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
8517d37584
commit
c73280006f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue