- >
+
总频道数:{{iptvList.length}}
导出
导入
@@ -10,8 +10,8 @@
重置
- >
-
+
+
保存
@@ -75,7 +75,7 @@ export default {
searchTxt: '',
searchRecordList: [],
eableBatchEdit: false,
- newGroupName: '',
+ batchGroupName: '',
multipleSelection: [],
show: {
search: false
@@ -135,9 +135,9 @@ export default {
this.multipleSelection = rows
},
saveBatchEdit () {
- if (this.multipleSelection && this.newGroupName) {
+ if (this.multipleSelection && this.batchGroupName) {
this.multipleSelection.forEach(ele => {
- ele.group = this.newGroupName
+ ele.group = this.batchGroupName
})
}
this.updateDatabase()