【update】标签管理修改成jtable
This commit is contained in:
@@ -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: '确认删除',
|
||||
|
||||
Reference in New Issue
Block a user