@@ -405,6 +405,7 @@
:visible.sync="AssociatedPublicTap"
modal-append-to-body
append-to-body
+ :close-on-click-modal="false"
>
<el-row :gutter="20">
<el-col :span="12">
@@ -488,6 +488,9 @@ export default {
const { data: res } = await excelType({ code: 'sys_excltab_type' })
console.log(res);
if (res.code === 200) {
+ res.data.forEach(element => {
+ element.dictKey = Number(element.dictKey)
+ });
this.exceltypeData = res.data
}
},