@@ -231,13 +231,6 @@ 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 || [];
@@ -1559,7 +1559,7 @@
// 打开用户选择组件
openUserSearch (index) {
this.tableIndex = index
- this.$refs.userSelectDialog.init()
+ this.$refs.userSelectDialog.open()
// 用户选择组件回显
getMember (member) {