Browse Source

监听清空fileListImages

ming 3 năm trước cách đây
mục cha
commit
ddd2074f81
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/views/siteManage/basicInfo/index.vue

+ 2 - 0
src/views/siteManage/basicInfo/index.vue

@@ -580,6 +580,7 @@ export default defineComponent({
           getSite()
           dynamicPropertiesDroplist(2)
           dynamicPropertiesDroplist(1)
+           fileListImages.value = []
         }
       }
     )
@@ -590,6 +591,7 @@ export default defineComponent({
           getSite()
           dynamicPropertiesDroplist(2)
           dynamicPropertiesDroplist(1)
+           fileListImages.value = []
         }
       }
     )