fix 80219

This commit is contained in:
赵霄
2024-01-10 15:37:42 +08:00
parent 33850c2a10
commit 86791cec32
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ export default {
*/
handleUrge () {
if (!this.selectedRowKeys || this.selectedRowKeys.length === 0) {
this.$message.warning(this.$t('selectARecord'))
this.$message.warning(this.$t('atLeastSelectARecord'))
return
}
this.loading = true
@@ -98,7 +98,7 @@ export default {
// 删除
handleDelete () {
if (!this.selectedRowKeys || this.selectedRowKeys.length === 0) {
this.$message.warning(this.$t('selectARecord'))
this.$message.warning(this.$t('atLeastSelectARecord'))
return
}
this.$confirm({
@@ -128,4 +128,4 @@ export default {
<style scoped lang="less">
</style>
</style>
@@ -145,7 +145,7 @@ export default {
// 删除
handleDelete () {
if (!this.selectedRowKeys || this.selectedRowKeys.length === 0) {
this.$message.warning(this.$t('selectARecord'))
this.$message.warning(this.$t('atLeastSelectARecord'))
return
}
this.$confirm({
@@ -136,7 +136,7 @@ export default {
// 删除
handleDelete () {
if (!this.selectedRowKeys || this.selectedRowKeys.length === 0) {
this.$message.warning(this.$t('selectARecord'))
this.$message.warning(this.$t('atLeastSelectARecord'))
return
}
this.$confirm({
@@ -132,7 +132,7 @@ export default {
// 删除
handleDelete () {
if (!this.selectedRowKeys || this.selectedRowKeys.length === 0) {
this.$message.warning(this.$t('selectARecord'))
this.$message.warning(this.$t('atLeastSelectARecord'))
return
}
this.$confirm({
@@ -326,7 +326,7 @@ export default {
*/
handleChangePermission () {
if (!this.selectedRowKeys || this.selectedRowKeys.length === 0) {
this.$message.warning(this.$t('selectARecord'))
this.$message.warning(this.$t('atLeastSelectARecord'))
return
}
this.$refs.userSelectModal.open()
@@ -1075,7 +1075,7 @@ export default {
batchSelector () {
// 最少勾选一条数据
if (!this.selectedRowKeys || this.selectedRowKeys.length === 0) {
this.$message.warning(this.$t('selectOne'))
this.$message.warning(this.$t('atLeastSelectARecord'))
return
}
// 勾选数据中包含不涉及数据,不能选择人员
@@ -1130,7 +1130,7 @@ export default {
*/
batchDel () {
if (!this.selectedRowKeys || this.selectedRowKeys.length === 0) {
this.$message.warning(this.$t('selectARecord'))
this.$message.warning(this.$t('atLeastSelectARecord'))
return
}
this.$confirm({
@@ -298,7 +298,7 @@ export default {
},
batchDel () {
if (!this.selectedRowKeys || this.selectedRowKeys.length === 0) {
this.$message.warning(this.$t('selectARecord'))
this.$message.warning(this.$t('atLeastSelectARecord'))
return
}
this.$confirm({