fangyuan
2022-12-15 7c40e28b5287efad97e4a158522b620811febba4
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']