{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\uc\\reportlinetree\\ReportLineTree.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\uc\\reportlinetree\\ReportLineTree.vue","mtime":1675071993475},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import \"core-js/modules/es6.number.constructor\";\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nimport sysType from \"@/api/sysType.js\";\nimport utils from \"@/hotent-ui-util.js\";\nexport default {\n name: \"ht-sys-type-tree\",\n props: {\n typeId: {\n type: String | Number,\n default: \"\"\n },\n typeKey: {\n type: String | Number,\n default: \"\"\n },\n supportFilter: {\n type: Boolean,\n default: false\n },\n highlightCurrent: {\n type: Boolean,\n default: false\n },\n defaultExpandAll: {\n type: Boolean,\n default: false\n },\n defaultExpandedKeys: {\n type: Array,\n default: function _default() {\n return [];\n }\n },\n showCheckbox: {\n type: Boolean,\n default: false\n },\n renderContent: {\n type: Function\n }\n },\n data: function data() {\n return {\n treeData: [],\n defaultProps: {\n children: \"children\",\n label: \"name\"\n },\n _defaultExpandedKeys: []\n };\n },\n watch: {\n defaultExpandedKeys: {\n handler: function handler(newVal, oldVal) {\n if (newVal && newVal != oldVal) {\n this._defaultExpandedKeys = newVal;\n }\n },\n immediate: true,\n deep: true\n }\n },\n methods: {\n handleNodeClick: function handleNodeClick(node) {\n this.$emit(\"node-click\", node);\n },\n check: function check(data, checkedObj) {\n this.$emit(\"check\", data, checkedObj);\n },\n loadData: function loadData() {\n var _this = this;\n\n if (this.typeId) {\n sysType.getUserRelByTypeId(this.typeId).then(function (data) {\n _this.treeData = utils.tile2nest(data);\n });\n }\n }\n },\n mounted: function mounted() {\n this._defaultExpandedKeys = [this.typeId];\n this.loadData();\n }\n};",null]}