{"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\\DataAuth.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\uc\\DataAuth.vue","mtime":1675071993288},{"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//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nimport req from '@/request.js';\n\nvar HtMenuManager = function HtMenuManager() {\n  return import('@/components/system/HtMenuManager.vue');\n};\n\nvar DataAuthDistribute = function DataAuthDistribute() {\n  return import('@/views/uc/DataAuthDistribute.vue');\n};\n\nexport default {\n  name: 'MenuManager',\n  components: {\n    HtMenuManager: HtMenuManager,\n    DataAuthDistribute: DataAuthDistribute\n  },\n  data: function data() {\n    return {\n      editMenuFormVisible: false,\n      treeData: [],\n      defaultProps: {\n        children: 'children',\n        label: 'name'\n      },\n      data: [],\n      pagination: {\n        page: 1,\n        pageSize: 20,\n        total: 0\n      },\n      pathQuery: null\n    };\n  },\n  watch: {},\n  mounted: function mounted() {},\n  methods: {\n    rowClick: function rowClick(row, column, event) {//   this.$refs.htTable.$refs.htTable.toggleRowSelection(row)\n    },\n    handleNodeClick: function handleNodeClick(nodedata) {\n      // 根据组织获取下级组织\n      // 获取当前组织及下级组织\n      var queryFilter = {\n        pageBean: this.pagination,\n        querys: []\n      };\n      this.pathQuery = {\n        property: 'path',\n        value: nodedata.path,\n        group: 'categoryGroup',\n        operation: 'RIGHT_LIKE',\n        relation: 'AND'\n      };\n      this.loadData(queryFilter, function () {});\n    },\n    loadData: function loadData(param, cb) {\n      var _this = this;\n\n      if (this.pathQuery) {\n        param.querys.push(this.pathQuery);\n      } // 参数说明  url  requestBodyParam  requestParam\n\n\n      req.post('${portal}/sys/sysMethod/v1/listJson', param).then(function (data) {\n        var response = data.data;\n        _this.data = response.rows;\n        _this.pagination = {\n          page: response.page,\n          pageSize: response.pageSize,\n          total: response.total\n        };\n      }).finally(function () {\n        return cb();\n      });\n    },\n    handleAuth: function handleAuth(params) {\n      console.log(params, 'params');\n      this.$refs.DataAuthDistribute.showDialog(params);\n    }\n  }\n};",null]}