修改
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user