ZaiZai 1 year ago
parent
commit
792d84f5ad
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/exctab/modules/template.vue

+ 1 - 0
src/views/exctab/modules/template.vue

@@ -257,6 +257,7 @@ const fullScreenClick = () => {
 //关闭抽屉
 const drawerClose = () => {
     isShow.value = false
+    tableTempExcelProps.value = {}
     emit('close')
 }
 </script>