Kaynağa Gözat

问题修复

gangyj 2 yıl önce
ebeveyn
işleme
08d5251b4d

+ 1 - 0
src/views/exctab/ElementIdentification/index.vue

@@ -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">

+ 3 - 0
src/views/exctab/excelmodel/excelmodel.vue

@@ -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
       }
     },