diff --git a/src/views/accessPermission/addStaffPerm.vue b/src/views/accessPermission/addStaffPerm.vue index 7f41888..2c40f0d 100644 --- a/src/views/accessPermission/addStaffPerm.vue +++ b/src/views/accessPermission/addStaffPerm.vue @@ -405,16 +405,14 @@ }) addPermission(permissionForm).then(response => { if (response.code === 200) { - this.$confirm(`${response.message}--新增成功,是否继续新增?`, '提示', { + this.$confirm(`${response.message},是否继续新增?`, '提示', { confirmButtonText: '是', cancelButtonText: '否', type: 'info' }).then(() => { - // this.$message.info(`${response.message}`) this.canEdit = true this.initDialog(this.permissionForm.doorCodes) }).catch(() => { - // this.$message.info(`${response.message}`) this.canEdit = true this.cancel() }) diff --git a/src/views/accessPermission/addStaffPerm.vue b/src/views/accessPermission/addStaffPerm.vue index 7f41888..2c40f0d 100644 --- a/src/views/accessPermission/addStaffPerm.vue +++ b/src/views/accessPermission/addStaffPerm.vue @@ -405,16 +405,14 @@ }) addPermission(permissionForm).then(response => { if (response.code === 200) { - this.$confirm(`${response.message}--新增成功,是否继续新增?`, '提示', { + this.$confirm(`${response.message},是否继续新增?`, '提示', { confirmButtonText: '是', cancelButtonText: '否', type: 'info' }).then(() => { - // this.$message.info(`${response.message}`) this.canEdit = true this.initDialog(this.permissionForm.doorCodes) }).catch(() => { - // this.$message.info(`${response.message}`) this.canEdit = true this.cancel() }) diff --git a/src/views/accessPermission/addVisitorPerm.vue b/src/views/accessPermission/addVisitorPerm.vue index ddc38d1..4e40033 100644 --- a/src/views/accessPermission/addVisitorPerm.vue +++ b/src/views/accessPermission/addVisitorPerm.vue @@ -108,7 +108,6 @@ }) addPermission(permissionForm).then(response => { if (response.code === 200) { - // this.$message.success('新增门禁授权成功') this.$message.success(`${response.message}`) this.cancel() }