zhanghua
2023-01-11 4ec959d7c2ef1d8dd3af287814ca8a27650b99f7
src/views/operate/disposal/casepool/pool/createUser/index.vue
@@ -17,11 +17,7 @@
    },
    methods: {
        toShow(idx, lab) {
            this.$confirm('您确定要去上报' + lab + '事件')
                .then(_ => {
                    this.$emit('getPageProp',{flag:false,type:idx});
                })
                .catch(_ => { console.log('err') });
            this.$emit('getPageProp',{flag:false,type:idx});
        }
    },
    props:['getPageProp']