odc.xiaohui
2023-01-11 0863323c8d89742f90c10fc6ea0c1435fd69f58f
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']