{"remainingRequest":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xypm-web\\src\\components\\mail\\mailSettingGet.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xypm-web\\src\\components\\mail\\mailSettingGet.vue","mtime":1675214577589},{"path":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xypm-web\\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//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\r\nimport { mapState, mapActions } from \"vuex\";\r\n\r\nexport default {\r\n    props:[\"id\"],\r\n    name:\"mailSettingGet\",\r\n    data() {\r\n        return {\r\n            defaults:false, \r\n        }\r\n    },\r\n    computed :mapState({\r\n        data: state => state.mail.mailSettingData\r\n    }),\r\n    methods: {\r\n        back() {\r\n            this.$router.go(-1);//返回上一层\r\n        }\r\n    },\r\n    created() {\r\n        this.$store.dispatch(\"mail/getMailSettingById\",this.id).then(mailsetting=>{;\r\n            if(mailsetting.isDefault==1){\r\n                this.defaults=true;\r\n            }\r\n        });\r\n    }\r\n\r\n\r\n\r\n}\r\n",null]}