feat: 新增需求
This commit is contained in:
@@ -256,13 +256,13 @@
|
||||
this.$nextTick(() => {
|
||||
this.triggered = true
|
||||
})
|
||||
this.selectedList = JSON.parse(JSON.stringify(this.selectedData))
|
||||
if (this.selectType === 'all') {
|
||||
this.getGroupList()
|
||||
} else {
|
||||
this.hasPage = 1
|
||||
this.getConditionOptions()
|
||||
}
|
||||
// this.selectedList = JSON.parse(JSON.stringify(this.selectedData))
|
||||
// if (this.selectType === 'all') {
|
||||
// this.getGroupList()
|
||||
// } else {
|
||||
// this.hasPage = 1
|
||||
// this.getConditionOptions()
|
||||
// }
|
||||
|
||||
},
|
||||
handleToFirst() {
|
||||
|
||||
Reference in New Issue
Block a user