@@ -231,6 +231,13 @@ export default {
},
methods: {
+ init () {
+ this.visible = true
+ this.dataListAllSelections = JSON.parse(JSON.stringify(this.selectData))
+ this.refreshTree()
+ this.resetSearch()
+
+ },
//打开赋值
async open(data) {
this.value = data || [];