Skip to content
  • This project
    • Loading...
  • Sign in

dev / pingan-life-index-pro

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • pingan-life-index-pro
  • src
  • components
  • clarms
  • clarms-plugins-modal1.js
  • joe's avatar
    简易理赔 · 50c8ed8b
    50c8ed8b
    joe committed 5 years ago
clarms-plugins-modal1.js 457 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33


export default {
    data() {
        return {

        }
    },
    components: {},
    computed: {
    },
    methods: {
        initData() {

        },
        onOverLayHandler() {
            this.$emit("close");
        },
        toContact() {
            this.$router.push({
                path: "/custom/service?q=m1"
            });
        }
    },
    mounted() {

    },
    created() {
        this.initData();
    },
    watch: {
    },
}