【update】标签管理修改成jtable

This commit is contained in:
fengchenchen
2023-08-25 17:22:05 +08:00
parent 91a649d1fe
commit 59e68f795b
8 changed files with 74 additions and 96 deletions
+2 -4
View File
@@ -151,10 +151,8 @@ export const SimpleListMixin = {
this.$message.warning('请选择一条记录!')
return
}
let ids = ''
for (let a = 0; a < this.selectedRowKeys.length; a++) {
ids += this.selectedRowKeys[a] + ','
}
const ids = this.selectedRowKeys.join()
const that = this
this.$confirm({
title: '确认删除',