浏览代码

项目组成员选择

sangwenwei 1 年之前
父节点
当前提交
951f241177
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      src/components/userSelect/UserSelectDialog.vue

+ 7 - 0
src/components/userSelect/UserSelectDialog.vue

@@ -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 || [];