|
|
@ -143,7 +143,7 @@ export default { |
|
|
|
this.$refs['form_obj'].validate((valid) => { |
|
|
|
if (valid) { |
|
|
|
this.submitdisabled = true |
|
|
|
if (this.formobj.receiveFilesList > 0) { |
|
|
|
if (this.formobj.receiveFilesList.length > 0) { |
|
|
|
for (var i = 0; i < this.formobj.receiveFilesList.length; i++) { |
|
|
|
this.params.receiveFilesList.push(this.formobj.receiveFilesList[i].url) |
|
|
|
} |
|
|
|