{"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\\components\\dialog\\EipI18nDialog.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\dialog\\EipI18nDialog.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":["import \"core-js/modules/es6.function.name\";\nimport \"core-js/modules/web.dom.iterable\";\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nimport portal from \"@/api/portal.js\";\nexport default {\n  name: \"eip-I18n-dialog\",\n  props: {\n    value: Array,\n    name: String,\n    single: Boolean,\n    destroyOnClose: {\n      type: Boolean,\n      default: false\n    }\n  },\n  data: function data() {\n    return {\n      data: [],\n      tableColumns: [],\n      pagination: {\n        page: 1,\n        pageSize: 50,\n        total: 0\n      }\n    };\n  },\n  mounted: function mounted() {\n    var _this = this;\n\n    this.tableColumns = [];\n    this.tableColumns.push({\n      prop: \"key_\",\n      label: \"资源KEY\"\n    }); //查询所有语种类型\n\n    portal.geti18nMessageTypeAll().then(function (data) {\n      if (data && data.length > 0) {\n        data.forEach(function (item) {\n          _this.tableColumns.push({\n            prop: item.type,\n            label: item.desc\n          });\n        });\n        console.log(JSON.stringify(_this.tableColumns));\n      }\n    });\n  },\n  methods: {\n    showDialog: function showDialog() {\n      this.$refs.htDialog.showDialog();\n    },\n    handleLoad: function handleLoad(param, cb) {\n      var _this2 = this;\n\n      portal.getI18nMessagePageJson(param).then(function (data) {\n        _this2.data = data.rows;\n        _this2.pagination.page = data.page;\n        _this2.pagination.pageSize = data.pageSize;\n        _this2.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]}