| 1 |
- {"remainingRequest":"E:\\item\\newItem\\admin\\node_modules\\babel-loader\\lib\\index.js!E:\\item\\newItem\\admin\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!E:\\item\\newItem\\admin\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!E:\\item\\newItem\\admin\\node_modules\\iview-loader\\index.js??ref--0-2!E:\\item\\newItem\\admin\\src\\components\\rightBtn\\index.vue?vue&type=script&lang=js&","dependencies":[{"path":"E:\\item\\newItem\\admin\\src\\components\\rightBtn\\index.vue","mtime":1677828270169},{"path":"E:\\item\\newItem\\admin\\babel.config.js","mtime":1677828270071},{"path":"E:\\item\\newItem\\admin\\.babelrc","mtime":1677828270070},{"path":"E:\\item\\newItem\\admin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\item\\newItem\\admin\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"E:\\item\\newItem\\admin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\item\\newItem\\admin\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000},{"path":"E:\\item\\newItem\\admin\\node_modules\\iview-loader\\index.js","mtime":1570440814000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:aW1wb3J0IF9vYmplY3RTcHJlYWQgZnJvbSAiRTovaXRlbS9uZXdJdGVtL2FkbWluL25vZGVfbW9kdWxlcy9AdnVlL2JhYmVsLXByZXNldC1hcHAvbm9kZV9tb2R1bGVzL0BiYWJlbC9ydW50aW1lL2hlbHBlcnMvZXNtL29iamVjdFNwcmVhZDIuanMiOwovLwovLwovLwovLwovLwovLwppbXBvcnQgeyBtYXBTdGF0ZSwgbWFwTXV0YXRpb25zLCBtYXBBY3Rpb25zIH0gZnJvbSAndnVleCc7CmV4cG9ydCBkZWZhdWx0IHsKICBuYW1lOiAncmlnaHRCdG4nLAogIHByb3BzOiBbJ2FjdGl2ZUluZGV4JywgJ2NvbmZpZ09iaiddLAogIG1ldGhvZHM6IF9vYmplY3RTcHJlYWQoewogICAgLy8g5Y+z5L6n56Gu6K6k5L+d5a2Y6YWN572uCiAgICBoYW5kbGVTdWJtaXQ6IGZ1bmN0aW9uIGhhbmRsZVN1Ym1pdChuYW1lKSB7CiAgICAgIHZhciBvYmogPSB7fTsKICAgICAgb2JqLmFjdGl2ZUluZGV4ID0gdGhpcy5hY3RpdmVJbmRleDsKICAgICAgb2JqLmRhdGEgPSB0aGlzLmNvbmZpZ09iajsKICAgICAgdGhpcy5hZGQob2JqKTsKICAgIH0KICB9LCBtYXBNdXRhdGlvbnMoewogICAgYWRkOiAnbW9iaWxkQ29uZmlnL1VQREFURUFSUicKICB9KSkKfTs="},{"version":3,"mappings":";;;;;;;AAOA;AACA;EACAA,gBADA;EAEAC,mCAFA;EAGAC;IACA;IACAC,YAFA,wBAEAH,IAFA,EAEA;MACA;MACAI;MACAA;MACA;IACA;EAPA,GAQAC;IACAC;EADA,EARA;AAHA","names":["name","props","methods","handleSubmit","obj","mapMutations","add"],"sourceRoot":"src/components/rightBtn","sources":["index.vue"],"sourcesContent":["<template>\r\n <div class=\"btn-box\" style=\"display: none\">\r\n <Button type=\"primary\" @click=\"handleSubmit('formInline')\" style=\"text-align: center; width: 60%\">确定</Button>\r\n </div>\r\n</template>\r\n\r\n<script>\r\nimport { mapState, mapMutations, mapActions } from 'vuex';\r\nexport default {\r\n name: 'rightBtn',\r\n props: ['activeIndex', 'configObj'],\r\n methods: {\r\n // 右侧确认保存配置\r\n handleSubmit(name) {\r\n let obj = {};\r\n obj.activeIndex = this.activeIndex;\r\n obj.data = this.configObj;\r\n this.add(obj);\r\n },\r\n ...mapMutations({\r\n add: 'mobildConfig/UPDATEARR',\r\n }),\r\n },\r\n};\r\n</script>\r\n\r\n<style scoped></style>\r\n"]}]}
|