{"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\\system\\SysTypeManager\\SysTypeTreeManager.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\system\\SysTypeManager\\SysTypeTreeManager.vue","mtime":1675071993225},{"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":["//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nimport portalApi from \"@/api/portal.js\";\n\nvar htAsideTree = function htAsideTree() {\n  return import(\"@/components/common/HtAsideTree.vue\");\n};\n\nexport default {\n  components: {\n    htAsideTree: htAsideTree\n  },\n  data: function data() {\n    return {\n      catId: \"\",\n      options: []\n    };\n  },\n  computed: {\n    defaultExpandedKeys: function defaultExpandedKeys() {\n      var defaultExpandedKeys = [];\n      defaultExpandedKeys.push(this.catId);\n      return defaultExpandedKeys;\n    }\n  },\n  mounted: function mounted() {\n    this.handleSelectOptions();\n  },\n  methods: {\n    handleSelectOptions: function handleSelectOptions() {\n      var _this = this;\n\n      portalApi.getSysCat().then(function (data) {\n        _this.options = data.sysCategoryList;\n        _this.catId = data.sysCategory.id;\n      });\n    },\n    handleNodeClick: function handleNodeClick(data) {\n      this.catId = data.id;\n    }\n  }\n};",null]}