“dzb”
2022-10-09 fde4758dd43927cce678d99ffe71e05931616f26
src/views/operate/disposal/casepool/pool/createUser/vio/index.vue
@@ -117,7 +117,7 @@
            </div>
            <div class="input-footer">
                <el-button type="primary" class="confirm" @click="handleSubmit">确定</el-button>
                <el-button class="back">返回</el-button>
                <el-button class="back" @click="handleBack">返回</el-button>
            </div>
        </div>
        <div class="map-area">
@@ -368,7 +368,8 @@
                                    type: 'success',
                                    message: res.message
                                })
                                this.$emit('changeDialog', { dialogView: false });
                                this.$emit('changeDialog', { flag: false });
                                this.refresh();
                            } else {
                                this.$message({
                                    type: 'warning',
@@ -380,9 +381,13 @@
                    return false;
                }
            })
        },
        // 返回
        handleBack(){
            this.$emit('changeDialog',{flag:false})
        }
    },
    props: ['mytype', 'changeDialog']
    props: ['mytype', 'changeDialog','refresh']
}
</script>
<style lang="scss" scoped>