@@ -39,7 +39,7 @@
</div>
<template #footer>
- <el-button @click="divisionImportDialog = false">取消</el-button>
+ <el-button @click="closeModal">取消</el-button>
<el-button type="primary" :loading="confirmLoading" @click="confirmTap">确认上传</el-button>
</template>
</hc-new-dialog>