{"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\\eslint-loader\\index.js??ref--13-0!D:\\jenkins\\workspace\\xq-web-bpm\\src\\api\\biz\\bizCommon\\dialogApi.js","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\api\\biz\\bizCommon\\dialogApi.js","mtime":1675071990741},{"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\\eslint-loader\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import req from \"@/request.js\";\nexport default {\n  getlistJson: function getlistJson(data, cb) {\n    if (data.requestType == \"POST\" || data.dsType == \"dataSource\") {\n      req.post(data.queryUrl, data.pageBean).then(function (response) {\n        cb(response);\n      });\n    }\n  },\n  getTreeData: function getTreeData(data, cb) {\n    if (data.requestType == \"GET\") {\n      req.get(data.url).then(function (response) {\n        cb(response);\n      });\n    }\n  },\n  getPermissionList: function getPermissionList(cb) {\n    req.get(\"${bpmModel}/flow/defAuthorize/v1/getPermissionList\").then(function (response) {\n      cb(response.data);\n    });\n  }\n};",null]}