Browse Source

导入模板刷新表单

duy 4 weeks ago
parent
commit
df05241af6
1 changed files with 1 additions and 0 deletions
  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('文件上传失败')