[update] 解决树形选择框关闭没有重置页码的问题

This commit is contained in:
lideqin
2024-06-29 11:02:40 +08:00
parent 943d7df0b3
commit 2cfe5b0bda
+1 -2
View File
@@ -170,10 +170,9 @@ export default {
this.getSelectedList(values)
},
handleCancel () {
this.visible = false
this.close()
},
close () {
this.visible = false
this.visible = false
this.dataSourceRight = []
this.selectedRowKeys = []