This commit is contained in:
qq787203167
2022-02-22 18:04:08 +08:00
parent eb30128fe4
commit 1bb897324a
5 changed files with 40 additions and 5 deletions
@@ -296,7 +296,7 @@
this.$refs.uploadFile.perentHandleFunc()
this.$refs.uploadFile.visible = true
this.uploadName = current
getAction('sys/common/getFileInfos', { connectId: this.formInline[current] }).then((res) => {
getAction('sys/common/getFileInfos', { id: this.formInline[current] }).then((res) => {
if (res.success) {
this.$refs.uploadFile.perentHandleFunc(res.result)
} else {