Explorar el Código

快速填写简易人才信息-弹窗: 改为可以关闭弹窗不填写信息

lifanagju_citu hace 10 meses
padre
commit
fb7ebeee30
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/recruit/personal/home/index.vue

+ 1 - 1
src/views/recruit/personal/home/index.vue

@@ -14,7 +14,7 @@
     </div>
   </div>
   <!-- 快速填写简易人才信息-弹窗 -->
-  <simplePage :closeable="false"></simplePage>
+  <simplePage :closeable="true"></simplePage>
 </template>
 
 <script setup>