{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-fvue\\src\\components\\dialog\\EipRoleDialog.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\src\\components\\dialog\\EipRoleDialog.vue","mtime":1667327529200},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\babel.config.js","mtime":1667327525434},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import \"core-js/modules/es6.function.name\";\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nimport uc from \"@/api/uc.js\";\nexport default {\n name: \"eip-role-dialog\",\n props: {\n value: Array,\n name: String,\n single: Boolean,\n appendToBody: {\n type: Boolean,\n default: false\n },\n destroyOnClose: {\n type: Boolean,\n default: false\n }\n },\n data: function data() {\n return {\n data: [],\n tableColumns: [{\n prop: \"name\",\n label: \"名称\",\n width: \"300\"\n }, {\n prop: \"code\",\n label: \"编码\"\n }],\n pagination: {\n page: 1,\n pageSize: 50,\n total: 0,\n showTotal: true\n }\n };\n },\n methods: {\n showDialog: function showDialog() {\n this.$refs.htDialog.showDialog();\n },\n handleLoad: function handleLoad(queryFilter, cb) {\n var _this = this;\n\n uc.getRolePage(queryFilter).then(function (data) {\n _this.data = data.rows;\n _this.pagination.page = data.page;\n _this.pagination.pageSize = data.pageSize;\n _this.pagination.total = data.total;\n cb();\n }).catch(function (err) {\n cb();\n });\n },\n onConfirm: function onConfirm(selection) {\n this.$emit(\"onConfirm\", selection, this.name);\n this.$emit(\"input\", selection);\n }\n }\n};",null]}