{"remainingRequest":"D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\HTC\\program\\善行少年\\security-enterprise-admin\\src\\components\\ren-dept-tree\\src\\ren-dept-tree.vue?vue&type=script&lang=js","dependencies":[{"path":"D:\\HTC\\program\\善行少年\\security-enterprise-admin\\src\\components\\ren-dept-tree\\src\\ren-dept-tree.vue","mtime":1581948664000},{"path":"D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\babel-loader\\lib\\index.js","mtime":456789000000},{"path":"D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["\r\nexport default {\r\n name: 'RenDeptTree',\r\n data () {\r\n return {\r\n filterText: '',\r\n visibleDept: false,\r\n deptList: [],\r\n showDeptName: '',\r\n expandedKeys: null,\r\n defaultProps: {\r\n children: 'children',\r\n label: 'label'\r\n }\r\n }\r\n },\r\n props: {\r\n value: [Number, String],\r\n deptName: String,\r\n query: Boolean,\r\n placeholder: String\r\n },\r\n watch: {\r\n filterText (val) {\r\n this.$refs.tree.filter(val)\r\n },\r\n deptName (val) {\r\n this.showDeptName = val\r\n }\r\n },\r\n methods: {\r\n deptDialog () {\r\n this.expandedKeys = null\r\n if (this.$refs.tree) {\r\n this.$refs.tree.setCurrentKey(null)\r\n }\r\n this.visibleDept = true\r\n this.getDeptList(this.value)\r\n },\r\n filterNode (value, data) {\r\n if (!value) return true\r\n return data.name.indexOf(value) !== -1\r\n },\r\n getDeptList (id) {\r\n return this.$http.get('/sys/dept/list').then(({ data: res }) => {\r\n if (res.code !== 0) {\r\n return this.$message.error(res.msg)\r\n }\r\n this.deptList = res.data\r\n this.$nextTick(() => {\r\n this.$refs.tree.setCurrentKey(id)\r\n this.expandedKeys = [id]\r\n })\r\n }).catch(() => {})\r\n },\r\n cancelHandle () {\r\n this.visibleDept = false\r\n this.deptList = []\r\n this.filterText = ''\r\n },\r\n clearHandle () {\r\n this.$emit('input', '')\r\n this.$emit('update:deptName', '')\r\n this.showDeptName = ''\r\n this.visibleDept = false\r\n this.deptList = []\r\n this.filterText = ''\r\n },\r\n commitHandle () {\r\n const node = this.$refs.tree.getCurrentNode()\r\n if (!node) {\r\n this.$message.error(this.$t('dept.chooseerror'))\r\n return\r\n }\r\n this.$emit('input', node.id)\r\n this.$emit('update:deptName', node.name)\r\n this.showDeptName = node.name\r\n this.visibleDept = false\r\n this.deptList = []\r\n this.filterText = ''\r\n }\r\n }\r\n}\r\n",{"version":3,"sources":["ren-dept-tree.vue"],"names":[],"mappings":";AAmCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"ren-dept-tree.vue","sourceRoot":"src/components/ren-dept-tree/src","sourcesContent":["\r\n\r\n"]}]}