Explorar el Código

导入模板刷新表单

duy hace 4 semanas
padre
commit
df05241af6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/data-fill/collapse-form/index.vue

+ 1 - 0
src/views/data-fill/collapse-form/index.vue

@@ -2207,6 +2207,7 @@ const uploadFileClick = (item) => {
             const refs = await getFormRef(item.pkeyId)
             refs?.setFormData(res.data)
             window.$message.success('文件上传成功')
+              renewData()
         },
         error: () => {
             window.$message.error('文件上传失败')