{"remainingRequest":"D:\\jenkins\\workspace\\artfess-module\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\artfess-module\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\artfess-module\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\artfess-module\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\artfess-module\\src\\demo\\MyDemension.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\artfess-module\\src\\demo\\MyDemension.vue","mtime":1675232038699},{"path":"D:\\jenkins\\workspace\\artfess-module\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\artfess-module\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\artfess-module\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\artfess-module\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\artfess-module\\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 selector from \"@/api/selector.js\";\nexport default {\n  name: \"my-demension\",\n  props: {\n    validate: [String, Object],\n    value: String,\n    name: String,\n    placeholder: String,\n    permission: String,\n    single: Boolean,\n    config: Object\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      }\n    };\n  },\n  methods: {\n    handleLoad: function handleLoad(param, cb) {\n      var _this = this;\n\n      selector.getDem(param).then(function (response) {\n        _this.data = response.rows;\n        _this.pagination.page = response.page;\n        _this.pagination.pageSize = response.pageSize;\n        _this.pagination.total = response.total;\n        cb();\n      }).catch(function (err) {\n        cb();\n      });\n    },\n    valueChange: function valueChange(value) {\n      this.$emit(\"input\", value);\n    }\n  }\n};",null]}