|
|
@@ -318,7 +318,7 @@ export default {
|
|
|
removeBatch() {
|
|
|
if (!this.selection.length) return this.$message.error('请至少选择一条数据');
|
|
|
if (this.selection.some(item => item.status == 1)) return this.$message.error('启用状态的规则不允许删除!请检查');
|
|
|
- this.$confirm('确定要删除选中的资质吗?', '提示', {
|
|
|
+ this.$confirm('确定要删除选中的规则吗?', '提示', {
|
|
|
type: 'warning'
|
|
|
}).then(() => {
|
|
|
const loading = this.$loading({lock: true});
|