|
|
@ -144,6 +144,7 @@ |
|
|
this.visible = true |
|
|
this.visible = true |
|
|
}, |
|
|
}, |
|
|
childByValue(childValue) { |
|
|
childByValue(childValue) { |
|
|
|
|
|
|
|
|
// childValue就是子组件传过来的值 |
|
|
// childValue就是子组件传过来的值 |
|
|
this.dataForm.fileName = childValue.fileName |
|
|
this.dataForm.fileName = childValue.fileName |
|
|
this.fileList.push(childValue) |
|
|
this.fileList.push(childValue) |
|
|
|