{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\dialog\\EipCustomViewDialog.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\dialog\\EipCustomViewDialog.vue","mtime":1675071991710},{"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\nimport form from \"@/api/form.js\";\nexport default {\n name: \"eip-custom-view-dialog\",\n props: {\n value: Array,\n name: String,\n single: Boolean,\n destroyOnClose:{\n type: Boolean,\n default: false\n }\n },\n data() {\n return {\n data: [],\n tableColumns: [\n { prop: \"name\", label: \"名称\" },\n { prop: \"alias\", label: \"别名\" },\n { prop: \"sqlAlias\", label: \"sql别名\" }\n ],\n pagination: {\n page: 1,\n pageSize: 50,\n total: 0\n }\n };\n },\n methods: {\n showDialog() {\n this.$refs.htDialog.showDialog();\n },\n handleClose(){},\n handleLoad(param, cb) {\n form.getCustomViews(param)\n .then(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 })\n .catch(err => {\n cb();\n });\n },\n onConfirm(selection) {\n this.$emit(\"onConfirm\", selection,this.name);\n this.$emit(\"input\", selection);\n }\n }\n}\n",null]}