| 1 | 
							- {"remainingRequest":"D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\HTC\\program\\善行少年\\security-enterprise-admin\\src\\components\\ren-select\\src\\ren-select.vue?vue&type=script&lang=js","dependencies":[{"path":"D:\\HTC\\program\\善行少年\\security-enterprise-admin\\src\\components\\ren-select\\src\\ren-select.vue","mtime":1581948664000},{"path":"D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\babel-loader\\lib\\index.js","mtime":456789000000},{"path":"D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["\r\nimport { getDictDataList } from '@/utils'\r\nexport default {\r\n  name: 'RenSelect',\r\n  data () {\r\n    return {\r\n      dataList: getDictDataList(this.dictType)\r\n    }\r\n  },\r\n  props: {\r\n    value: [Number, String],\r\n    dictType: String,\r\n    placeholder: String\r\n  }\r\n}\r\n",{"version":3,"sources":["ren-select.vue"],"names":[],"mappings":";AAMA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"ren-select.vue","sourceRoot":"src/components/ren-select/src","sourcesContent":["<template>\r\n    <el-select :value=\"value+''\" @input=\"$emit('input', $event)\" :placeholder=\"placeholder\" clearable>\r\n        <el-option :label=\"data.dictLabel\" v-for=\"data in dataList\" :key=\"data.dictValue\" :value =\"data.dictValue\">{{data.dictLabel}}</el-option>\r\n    </el-select>\r\n</template>\r\n<script>\r\nimport { getDictDataList } from '@/utils'\r\nexport default {\r\n  name: 'RenSelect',\r\n  data () {\r\n    return {\r\n      dataList: getDictDataList(this.dictType)\r\n    }\r\n  },\r\n  props: {\r\n    value: [Number, String],\r\n    dictType: String,\r\n    placeholder: String\r\n  }\r\n}\r\n</script>\r\n"]}]}
 
 
  |