zhanghua
2022-12-27 dfb5adf5d4dc7971d9ef7c6528c302dc57f871fc
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']